Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Cross-merge networking fixes after downstream PR. No conflicts. Adjacent changes: drivers/net/ethernet/broadcom/bnxt/bnxt.hc948c0973d("bnxt_en: Don't clear ntuple filters and rss contexts during ethtool ops")f2878cdeb7("bnxt_en: Add support to call FW to update a VNIC") Link: https://patch.msgid.link/20240822210125.1542769-1-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
@@ -2706,7 +2706,7 @@ static struct pernet_operations ovs_net_ops = {
|
||||
};
|
||||
|
||||
static const char * const ovs_drop_reasons[] = {
|
||||
#define S(x) (#x),
|
||||
#define S(x) [(x) & ~SKB_DROP_REASON_SUBSYS_MASK] = (#x),
|
||||
OVS_DROP_REASONS(S)
|
||||
#undef S
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user