mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
No conflicts. Build issue in drivers/net/ethernet/sfc/ptp.c54fccfdd7c("sfc: efx_default_channel_type APIs can be static")49e6123c65("net: sfc: fix memory leak due to ptp channel") https://lore.kernel.org/all/20220510130556.52598fe2@canb.auug.org.au/ Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
@@ -681,7 +681,6 @@ struct ocelot_vcap_id {
|
||||
|
||||
struct ocelot_vcap_filter {
|
||||
struct list_head list;
|
||||
struct list_head trap_list;
|
||||
|
||||
enum ocelot_vcap_filter_type type;
|
||||
int block_id;
|
||||
@@ -695,6 +694,7 @@ struct ocelot_vcap_filter {
|
||||
struct ocelot_vcap_stats stats;
|
||||
/* For VCAP IS1 and IS2 */
|
||||
bool take_ts;
|
||||
bool is_trap;
|
||||
unsigned long ingress_port_mask;
|
||||
/* For VCAP ES0 */
|
||||
struct ocelot_vcap_port ingress_port;
|
||||
|
||||
Reference in New Issue
Block a user