Re: [dpdk-dev] [PATCH v3 1/3] net/i40e: add null point check and fix mem leak

2018-01-24 Thread Zhang, Helin
Hi Yong Thank you so much for your contribution! I have comments in general. 1. for a patch set, you need a cover letter for the series. 2. If a patch is to fix a bug/issue, the title should start with 'fix'. 3. A 'Fixes:' line is needed for any bug fixes. 4. A 'Cc:' line is needed, if the patch s

[dpdk-dev] [PATCH v3 1/3] net/i40e: add null point check and fix mem leak

2018-01-22 Thread Yong Wang
Signed-off-by: Yong Wang --- v2: * Fix code style warning. --- drivers/net/i40e/i40e_ethdev.c | 32 drivers/net/i40e/i40e_fdir.c | 7 +++ 2 files changed, 39 insertions(+) diff --git a/drivers/net/i40e/i40e_ethdev.c b/drivers/net/i40e/i40e_ethdev.c index c