RE: [PATCH] net/ice: fix VLAN mode parser

2023-06-27 Thread Zhang, Qi Z
> -Original Message- > From: Yang, Qiming > Sent: Sunday, June 25, 2023 4:23 PM > To: Zhang, Qi Z ; dev@dpdk.org > Cc: Yang, Qiming ; sta...@dpdk.org > Subject: [PATCH] net/ice: fix VLAN mode parser > > Parser will not be ctreated if raw packet filter is not s

[PATCH] net/ice: fix VLAN mode parser

2023-06-25 Thread Qiming Yang
Parser will not be ctreated if raw packet filter is not support. This patch add NULL pointer check for parser structure when VLAN mode configure. Fixes: 6e753d777ffc ("net/ice: initialize parser for double VLAN") Cc: sta...@dpdk.org Signed-off-by: Qiming Yang --- drivers/net/ice/ice_generic_flo