summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorVlad Buslov <vladbu@nvidia.com>2021-10-19 18:17:19 +0300
committerSaeed Mahameed <saeedm@nvidia.com>2021-10-25 13:51:20 -0700
commit2deda2f1bf4e4778dc6ff62e37cedee92098cc2c (patch)
tree40f6f0a3b30eb4bbe3c6c72d33a98b9edbc711d3 /tools/perf/scripts/python
parent5a1023deeed02a2078bcc11eec1c4be31e85892d (diff)
downloadkernel-2deda2f1bf4e4778dc6ff62e37cedee92098cc2c.tar.gz
net/mlx5: Bridge, extract code to lookup and del/notify entry
Following two patterns in bridge code are used in multiple places where similar code is duplicated: - Lookup FDB entry from hashtable by address+vid pair. - Notify software bridge and then delete existing FDB entry. In order to improve code quality and prepare for following patch series that also uses described patterns, extract the codes to dedicated helper functions. This commit doesn't change functionality. Signed-off-by: Vlad Buslov <vladbu@nvidia.com> Reviewed-by: Paul Blakey <paulb@nvidia.com> Reviewed-by: Roi Dayan <roid@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
p while atomic in nfs4_do_reclaim()Trond Myklebust 2019-07-13nfs4: Make nfs4_proc_get_lease_time available for nfs4.0Donald Buczek 2019-04-25NFS: Allow signal interruption of NFS4ERR_DELAYed operationsTrond Myklebust 2019-01-02sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan 2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown 2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown 2018-12-19NFSv4: don't require lock for get_renew_cred or get_machine_credNeilBrown 2018-11-19NFSv4: Fix a NFSv4 state manager deadlockTrond Myklebust 2018-09-30NFSv4: Convert struct nfs4_state to use refcount_tTrond Myklebust 2018-09-30NFSv4: Convert open state lookup to use RCUTrond Myklebust 2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds 2018-08-13NFS recover from destination server reboot for copiesOlga Kornievskaia 2018-08-09NFS add a simple sync nfs4_proc_commit after async COPYOlga Kornievskaia 2018-08-09NFS export nfs4_async_handle_errorOlga Kornievskaia 2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro 2018-05-31pnfs: Move nfs4_opendata into nfs4_fs.hFred Isaman 2018-05-31NFS: Pass "privileged" value to nfs4_init_sequence()Anna Schumaker 2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds 2017-11-17NFSv4: Replace closed stateids with the "invalid special stateid"Trond Myklebust 2017-11-17NFSv4: Don't try to CLOSE if the stateid 'other' field has changedTrond Myklebust 2017-11-17NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.Trond Myklebust 2017-11-17NFSv4: Fix OPEN / CLOSE raceTrond Myklebust 2017-11-17fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_tElena Reshetova 2017-11-17NFSv4.1: Fix up replays of interrupted requestsTrond Myklebust 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-08-20NFSv4.1: don't use machine credentials for CLOSE when using 'sec=sys'NeilBrown 2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig 2017-05-15sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig