> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Xiaoyu Min
> Sent: Thursday, October 31, 2019 12:11
> To: Ori Kam <[email protected]>; Adrien Mazarguil
> <[email protected]>; Wenzhuo Lu <[email protected]>;
> Jingjing Wu <[email protected]>; Bernard Iremonger
> <[email protected]>
> Cc: [email protected]; [email protected]
> Subject: [dpdk-dev] [PATCH] app/testpmd: fix IP next proto in set raw
> decap/encap
> 
> The IP's next protocol will be specified by user when set IP-in-IP tunnel
> header via set raw decap/encap commands.
> 
> Currently this field is wrongly set to zero if there is no upper layer.
> This leads to the encapsulated IP-in-IP tunnel header is not correct.
> 
> This next protocol field should be leave it as-is if there is no upper layer 
> or
> value is already set.
> 
> Fixes: 30626def03d6 ("app/testpmd: support raw encap/decap actions")
> Cc: [email protected]
> 
> Signed-off-by: Xiaoyu Min <[email protected]>
Acked-by: Viacheslav Ovsiienko <[email protected]>

Reply via email to