Re: [PATCH] net/sfc: enforce fate action in transfer flow rules

2023-02-15 Thread Ferruh Yigit
On 2/14/2023 1:40 PM, Andrew Rybchenko wrote: > On 2/14/23 16:12, Ivan Malov wrote: >> According to DPDK documentation, not specifying a >> fate action in a flow rule results in undefined >> behaviour. Define right behaviour in the driver. >> >> Fixes: 0839236d0391 ("net/sfc: support flow action dr

Re: [PATCH] net/sfc: enforce fate action in transfer flow rules

2023-02-14 Thread Andrew Rybchenko
On 2/14/23 16:12, Ivan Malov wrote: According to DPDK documentation, not specifying a fate action in a flow rule results in undefined behaviour. Define right behaviour in the driver. Fixes: 0839236d0391 ("net/sfc: support flow action drop in transfer rules") Cc: sta...@dpdk.org Signed-off-by: I

[PATCH] net/sfc: enforce fate action in transfer flow rules

2023-02-14 Thread Ivan Malov
According to DPDK documentation, not specifying a fate action in a flow rule results in undefined behaviour. Define right behaviour in the driver. Fixes: 0839236d0391 ("net/sfc: support flow action drop in transfer rules") Cc: sta...@dpdk.org Signed-off-by: Ivan Malov Reviewed-by: Viacheslav Gal