Re: [dpdk-dev] [PATCH] librte_mbuf: modify the port initialization value

2017-09-04 Thread Yang, Zhiyong
Hi, Stephen: > -Original Message- > From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Tuesday, September 5, 2017 11:40 AM > To: Yang, Zhiyong > Cc: dev@dpdk.org; tho...@monjalon.net; Yigit, Ferruh > Subject: Re: [dpdk-dev] [PATCH] librte_mbu

Re: [dpdk-dev] [PATCH] librte_mbuf: modify the port initialization value

2017-09-04 Thread Stephen Hemminger
On Mon, 4 Sep 2017 14:55:32 +0800 Zhiyong Yang wrote: > In order to support more than 256 virtual ports, the field "port" in > rte_mbuf has been increased to 16 bits. The initialization/reset > value of the field "port" should be changed from 0xff to 0x > accordingly. > > Signed-off-by: Zhi

[dpdk-dev] [PATCH] librte_mbuf: modify the port initialization value

2017-09-03 Thread Zhiyong Yang
In order to support more than 256 virtual ports, the field "port" in rte_mbuf has been increased to 16 bits. The initialization/reset value of the field "port" should be changed from 0xff to 0x accordingly. Signed-off-by: Zhiyong Yang --- lib/librte_mbuf/rte_mbuf.c | 2 +- lib/librte_mbuf/rt