[dpdk-dev] [PATCH 0/2] lib/librte_vhost: coding style fixes

2014-11-07 Thread Tetsuya Mukawa
Hi Xie, Do you have a plan to fix coding style of 'librte_vhost/vhost-net-cdev.h'? Especially, PRINT_PACKET macro. Thanks, Tetsuya (2014/11/06 13:46), Huawei Xie wrote: > This patchset fixes serious coding style issues in vhost library. > > Huawei Xie (2): > fix alignment, lengthy lines, misor

[dpdk-dev] [PATCH 0/2] lib/librte_vhost: coding style fixes

2014-11-06 Thread Huawei Xie
This patchset fixes serious coding style issues in vhost library. Huawei Xie (2): fix alignment, lengthy lines, misordered type and other style issues printk -> pr_debug lib/librte_vhost/eventfd_link/eventfd_link.c | 244 ++--- lib/librte_vhost/eventfd_link/eventfd_link.h |

[dpdk-dev] [PATCH 0/2] lib/librte_vhost: coding style fixes

2014-11-06 Thread De Lara Guarch, Pablo
Hi Huawei, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Huawei Xie > Sent: Thursday, November 06, 2014 4:46 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 0/2] lib/librte_vhost: coding style fixes > > This patchset fixes