> -----Original Message----- > From: Weiyuan Li > Sent: Thursday, January 20, 2022 1:42 PM > To: dts@dpdk.org; Peng, Yuan > Cc: Li, WeiyuanX > Subject: [dts][PATCH V2 2/2] > tests/cvl_advanced_iavf_rss_pppol2tpoudp:modify dts code to support > scapy 2.4.4 version. > > Modify PPP(proto=x0021) to Raw(b'\\x00\\x21') and modify > PPP(proto=x0057) to Raw(b'\\x00\\x57'). > Scapy will replace x00 with null, so it is modified to binary raw format to > support 2 bytes. > > v2: > - Correct the description PPP(proto=x0057) to Raw(b'\\x00\\x57'). > > Signed-off-by: Weiyuan Li Tested-by: Peng Zhang