[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1575565415-22942-1-git-send-email-john.hurley@netronome.com>
Date: Thu, 5 Dec 2019 17:03:33 +0000
From: John Hurley <john.hurley@...ronome.com>
To: netdev@...r.kernel.org
Cc: simon.horman@...ronome.com, jakub.kicinski@...ronome.com,
oss-drivers@...ronome.com, John Hurley <john.hurley@...ronome.com>
Subject: [PATCH net 0/2] Ensure egress un/bind are relayed with indirect blocks
On register and unregister for indirect blocks, a command is called that
sends a bind/unbind event to the registering driver. This command assumes
that the bind to indirect block will be on ingress. However, drivers such
as NFP have allowed binding to clsact qdiscs as well as ingress qdiscs
from mainline Linux 5.2. A clsact qdisc binds to an ingress and an egress
block.
Rather than assuming that an indirect bind is always ingress, modify the
function names to remove the ingress tag (patch 1). In cls_api, which is
used by NFP to offload TC flower, generate bind/unbind message for both
ingress and egress blocks on the event of indirectly
registering/unregistering from that block. Doing so mimics the behaviour
of both ingress and clsact qdiscs on initialise and destroy.
This now ensures that drivers such as NFP receive the correct binder type
for the indirect block registration.
John Hurley (2):
net: core: rename indirect block ingress cb function
net: sched: allow indirect blocks to bind to clsact in TC
include/net/flow_offload.h | 15 ++++++-----
net/core/flow_offload.c | 45 +++++++++++++++++----------------
net/netfilter/nf_tables_offload.c | 6 ++---
net/sched/cls_api.c | 52 +++++++++++++++++++++++++--------------
4 files changed, 65 insertions(+), 53 deletions(-)
--
2.7.4
Powered by blists - more mailing lists