Searched hist:"9795 ded7f924b6486e54976619b1b094fcc1969d" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/net/netfilter/ |
H A D | nf_conntrack_act_ct.h | 9795ded7f924b6486e54976619b1b094fcc1969d Mon Jan 03 05:44:50 CST 2022 Paul Blakey <paulb@nvidia.com> net/sched: act_ct: Fill offloading tuple iifidx
Driver offloading ct tuples can use the information of which devices received the packets that created the offloaded connections, to more efficiently offload them only to the relevant device.
Add new act_ct nf conntrack extension, which is used to store the skb devices before offloading the connection, and then fill in the tuple iifindex so drivers can get the device via metadata dissector match.
Signed-off-by: Oz Shlomo <ozsh@nvidia.com> Signed-off-by: Paul Blakey <paulb@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | nf_conntrack_extend.h | diff 9795ded7f924b6486e54976619b1b094fcc1969d Mon Jan 03 05:44:50 CST 2022 Paul Blakey <paulb@nvidia.com> net/sched: act_ct: Fill offloading tuple iifidx
Driver offloading ct tuples can use the information of which devices received the packets that created the offloaded connections, to more efficiently offload them only to the relevant device.
Add new act_ct nf conntrack extension, which is used to store the skb devices before offloading the connection, and then fill in the tuple iifindex so drivers can get the device via metadata dissector match.
Signed-off-by: Oz Shlomo <ozsh@nvidia.com> Signed-off-by: Paul Blakey <paulb@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/sched/ |
H A D | act_ct.c | diff 9795ded7f924b6486e54976619b1b094fcc1969d Mon Jan 03 05:44:50 CST 2022 Paul Blakey <paulb@nvidia.com> net/sched: act_ct: Fill offloading tuple iifidx
Driver offloading ct tuples can use the information of which devices received the packets that created the offloaded connections, to more efficiently offload them only to the relevant device.
Add new act_ct nf conntrack extension, which is used to store the skb devices before offloading the connection, and then fill in the tuple iifindex so drivers can get the device via metadata dissector match.
Signed-off-by: Oz Shlomo <ozsh@nvidia.com> Signed-off-by: Paul Blakey <paulb@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_core.c | diff 9795ded7f924b6486e54976619b1b094fcc1969d Mon Jan 03 05:44:50 CST 2022 Paul Blakey <paulb@nvidia.com> net/sched: act_ct: Fill offloading tuple iifidx
Driver offloading ct tuples can use the information of which devices received the packets that created the offloaded connections, to more efficiently offload them only to the relevant device.
Add new act_ct nf conntrack extension, which is used to store the skb devices before offloading the connection, and then fill in the tuple iifindex so drivers can get the device via metadata dissector match.
Signed-off-by: Oz Shlomo <ozsh@nvidia.com> Signed-off-by: Paul Blakey <paulb@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|