netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net/mlx5e: add nat support in ct_metadata
@ 2020-05-28  7:15 wenxu
  2020-05-28  7:15 ` [PATCH net-next 1/2] net/sched: act_ct: add nat attribute " wenxu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: wenxu @ 2020-05-28  7:15 UTC (permalink / raw)
  To: paulb, saeedm; +Cc: netdev

From: wenxu <wenxu@ucloud.cn>

Currently all the conntrack entry offfload rules will be add
in both ct and ct_nat flow table in the mlx5e driver. It is
not makesense.

This serise provide nat attribute in the ct_metadata action which
tell driver the rule should add to ct or ct_nat flow table 

wenxu (2):
  net/sched: act_ct: add nat attribute in ct_metadata
  net/mlx5e: add ct_metadata.nat support in ct offload

 drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c | 34 ++++++++--------------
 include/net/flow_offload.h                         |  1 +
 net/sched/act_ct.c                                 |  1 +
 3 files changed, 14 insertions(+), 22 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2020-06-01  3:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-28  7:15 [PATCH net-next 0/2] net/mlx5e: add nat support in ct_metadata wenxu
2020-05-28  7:15 ` [PATCH net-next 1/2] net/sched: act_ct: add nat attribute " wenxu
2020-05-28  7:15 ` [PATCH net-next 2/2] net/mlx5e: add ct_metadata.nat support in ct offload wenxu
2020-05-31  8:01   ` Oz Shlomo
2020-06-01  3:11     ` wenxu
2020-05-28 11:35 ` [PATCH net-next 0/2] net/mlx5e: add nat support in ct_metadata Edward Cree
2020-05-29  3:40   ` wenxu

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).