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

2023-03-20 Thread Thomas Monjalon
06/03/2023 17:25, 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: Kamalakshi

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

2023-03-06 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: