Re: [PATCH net-next 0/2] net/mlx5e: add nat support in ct_metadata

2020-05-28 Thread wenxu
On 5/28/2020 7:35 PM, Edward Cree wrote: > On 28/05/2020 08:15, we...@ucloud.cn wrote: >> From: wenxu >> >> 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

Re: [PATCH net-next 0/2] net/mlx5e: add nat support in ct_metadata

2020-05-28 Thread Edward Cree
On 28/05/2020 08:15, we...@ucloud.cn wrote: > From: wenxu > > 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 sho

[PATCH net-next 0/2] net/mlx5e: add nat support in ct_metadata

2020-05-28 Thread wenxu
From: wenxu 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/sche