[dpdk-dev] [PATCH v3] i40e: Fix the endian issue for the i40e read registers functions

2015-07-20 Thread Thomas Monjalon
There was no explanation. The changed title should be more explicit: "i40e: fix registers access from big endian CPU" > > Signed-off-by: Zhe Tao > Acked-by: Chao Zhu Applied, thanks

[dpdk-dev] [PATCH v3] i40e: Fix the endian issue for the i40e read registers functions

2015-07-17 Thread Chao Zhu
Acked-by: Chao Zhu On 2015/7/17 15:25, Zhe Tao wrote: > Signed-off-by: Zhe Tao > --- > PATCH v3: Edit the subject make it more clear > > PATCH v2: Edit the comments make it more clear > > PATCH v1: Add the endian conversion for registers operations. > > drivers/net/i40e/base/i40e_osdep.h | 4

[dpdk-dev] [PATCH v3] i40e: Fix the endian issue for the i40e read registers functions

2015-07-17 Thread Zhe Tao
Signed-off-by: Zhe Tao --- PATCH v3: Edit the subject make it more clear PATCH v2: Edit the comments make it more clear PATCH v1: Add the endian conversion for registers operations. drivers/net/i40e/base/i40e_osdep.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git