RE: [PATCH v1] net/ice: fix memory allocation issue of packet flag

2022-06-27 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, Yuying > Sent: Tuesday, June 28, 2022 12:07 PM > To: dev@dpdk.org; Zhang, Qi Z > Cc: Zhang, Yuying ; sta...@dpdk.org > Subject: [PATCH v1] net/ice: fix memory allocation issue of packet flag > > Current code doesn

[PATCH v1] net/ice: fix memory allocation issue of packet flag

2022-06-27 Thread Yuying Zhang
Current code doesn't allocate memory of lookup element to add packet flag. This patch adds one lookup item in the list to fix this memory issue. Fixes: 8b95092b7f69 ("net/ice/base: fix direction of flow that matches any") Cc: sta...@dpdk.org Signed-off-by: Yuying Zhang --- drivers/net/ice/ice_s