netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: sched: add helper support in act_ct for ovs offloading
@ 2022-09-23 15:28 Xin Long
  2022-09-23 15:28 ` [PATCH net-next 1/2] net: sched: fix the err path of tcf_ct_init in act_ct Xin Long
  2022-09-23 15:28 ` [PATCH net-next 2/2] net: sched: add helper support " Xin Long
  0 siblings, 2 replies; 9+ messages in thread
From: Xin Long @ 2022-09-23 15:28 UTC (permalink / raw)
  To: network dev
  Cc: davem, kuba, Jamal Hadi Salim, Cong Wang, Jiri Pirko,
	Marcelo Ricardo Leitner, Davide Caratti, Oz Shlomo, Paul Blakey,
	Ilya Maximets

Ilya reported an issue that FTP traffic would be broken when the OVS flow
with ct(commit,alg=ftp) was installed in the OVS kernel module, which was
caused by that TC didn't support the ftp helper offloaded from OVS.

This patchset is to add the helper support for ovs offloading. Note that
the 1st patch is fixing a memleak issue, and also making the 2nd patch
easier to write for the feature support.

Xin Long (2):
  net: sched: fix the err path of tcf_ct_init in act_ct
  net: sched: add helper support in act_ct

 include/net/tc_act/tc_ct.h        |   1 +
 include/uapi/linux/tc_act/tc_ct.h |   3 +
 net/sched/act_ct.c                | 193 +++++++++++++++++++++++++++---
 3 files changed, 182 insertions(+), 15 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2022-10-04 12:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-23 15:28 [PATCH net-next 0/2] net: sched: add helper support in act_ct for ovs offloading Xin Long
2022-09-23 15:28 ` [PATCH net-next 1/2] net: sched: fix the err path of tcf_ct_init in act_ct Xin Long
2022-09-27 12:43   ` Paolo Abeni
2022-09-27 14:45     ` Xin Long
2022-09-27 16:29       ` Paolo Abeni
2022-09-23 15:28 ` [PATCH net-next 2/2] net: sched: add helper support " Xin Long
2022-09-27 10:29   ` Paolo Abeni
2022-09-27 15:04     ` Xin Long
2022-10-04 12:33       ` Ilya Maximets

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).