RE: [PATCH 1/3] examples/l3fwd: validate ptype only for type of traffic sent

2023-02-08 Thread Kamalakshitha Aligeri
: dev@dpdk.org; nd ; Kamalakshitha Aligeri > ; Nathan Brown > ; Ruifeng Wang ; > Feifei Wang > Subject: [PATCH 1/3] examples/l3fwd: validate ptype only for type of traffic > sent > > The check_ptype function is not considering the ptype of the incoming > traffic. --parse-ptype flag m

[PATCH 1/3] examples/l3fwd: validate ptype only for type of traffic sent

2022-11-14 Thread Kamalakshitha Aligeri
The check_ptype function is not considering the ptype of the incoming traffic. --parse-ptype flag must be provided only when the NIC does not support parsing the ptype of the incoming traffic Suggested-by: Nathan Brown Signed-off-by: Kamalakshitha Aligeri Reviewed-by: Ruifeng Wang Reviewed-by: