[PATCH v2] net/ice: fix rx scalar path offload parse

2022-10-27 Thread Mingjin Ye
The status_0 field of the rx descriptor is incorrectly parsed as the error field, which causes the parsing error of offload features. This patch is to fixe the parsing of wrong fields. Fixes: daa02b5cddbb ("mbuf: add namespace to offload flags") Fixes: dbf3c0e77a22 ("net/ice: handle Rx flex descr

[PATCH v2] net/ice: fix rx scalar path offload parse

2022-10-27 Thread Mingjin Ye
The status_0 field of the rx descriptor is incorrectly parsed as the error field, resulting in a parsing error of offload features. This patch fixes parsing of wrong fields. Fixes: daa02b5cddbb ("mbuf: add namespace to offload flags") Fixes: dbf3c0e77a22 ("net/ice: handle Rx flex descriptor") Cc: