public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Indirect dev ingress qdisc creation order
@ 2021-08-17 13:22 Eli Cohen
  2021-08-17 13:22 ` [PATCH net-next 1/2] net/core: Remove unused field from struct flow_indr_dev Eli Cohen
  2021-08-17 13:22 ` [PATCH net-next 2/2] net: Fix offloading indirect devices dependency on qdisc order creation Eli Cohen
  0 siblings, 2 replies; 7+ messages in thread
From: Eli Cohen @ 2021-08-17 13:22 UTC (permalink / raw)
  To: davem, kuba; +Cc: netdev, elic

The first patch is just a cleanup of the code.
The second patch is fixing the dependency in ingress qdisc creation
relative to offloading driver registration to filter configurations.

Eli Cohen (2):
  net/core: Remove unused field from struct flow_indr_dev
  net: Fix offloading indirect devices dependency on qdisc order
    creation

 include/net/flow_offload.h            |  1 +
 net/core/flow_offload.c               | 92 ++++++++++++++++++++++++++-
 net/netfilter/nf_flow_table_offload.c |  1 +
 net/netfilter/nf_tables_offload.c     |  1 +
 net/sched/cls_api.c                   |  1 +
 5 files changed, 94 insertions(+), 2 deletions(-)

-- 
2.32.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-08-17 18:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-17 13:22 [PATCH net-next 0/2] Indirect dev ingress qdisc creation order Eli Cohen
2021-08-17 13:22 ` [PATCH net-next 1/2] net/core: Remove unused field from struct flow_indr_dev Eli Cohen
2021-08-17 13:22 ` [PATCH net-next 2/2] net: Fix offloading indirect devices dependency on qdisc order creation Eli Cohen
2021-08-17 14:00   ` Jakub Kicinski
2021-08-17 14:30     ` Eli Cohen
2021-08-17 14:56       ` Jakub Kicinski
2021-08-17 18:19   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox