Re: [PATCH 1/1] net/sfc: add missing error code indication to MAE init path

2023-09-19 Thread Ferruh Yigit
On 8/10/2023 6:36 PM, Ivan Malov wrote: > A failure to allocate a bounce buffer for encap. header > parsing results in falling to the error path but does > not set an appropriate error code. Fix this. > > Fixes: 1bbd1ec2348a ("net/sfc: support action VXLAN encap in MAE backend") > Cc: sta...@dpdk.

[PATCH 1/1] net/sfc: add missing error code indication to MAE init path

2023-08-10 Thread Ivan Malov
A failure to allocate a bounce buffer for encap. header parsing results in falling to the error path but does not set an appropriate error code. Fix this. Fixes: 1bbd1ec2348a ("net/sfc: support action VXLAN encap in MAE backend") Cc: sta...@dpdk.org Signed-off-by: Ivan Malov Reviewed-by: Andy Mo