[dpdk-dev] [PATCH v2] doc: clarify adding author to commit message

2020-08-01 Thread Honnappa Nagarahalli
Clarify to add the author of the commit in CC while contributing patches to stable. git-send-email will automatically send the the patch to this email ID. It is manually removed when the patch is merged. Signed-off-by: Honnappa Nagarahalli --- v2: expand commit log to explain how Cc is used (Thom

Re: [dpdk-dev] [PATCH V1 2/3] mbuf: change free_cb interface to adapt to GSO case

2020-08-01 Thread yang_y_yi
At 2020-07-31 23:15:43, "Olivier Matz" wrote: >Hi, > >On Thu, Jul 30, 2020 at 08:08:59PM +0800, yang_y...@163.com wrote: >> From: Yi Yang >> >> In GSO case, segmented mbufs are attached to original >> mbuf which can't be freed when it is external. The issue >> is free_cb doesn't know original

Re: [dpdk-dev] [PATCH] librte_metrics: fix memory leak

2020-08-01 Thread Honnappa Nagarahalli
Hi Gaurav, Thanks for the fix. Few comments inline. Also, please follow contributing guidelines [1]. There is a cheat sheet [2] which is very helpful. [1] https://doc.dpdk.org/guides/contributing/index.html [2] https://doc.dpdk.org/guides/contributing/cheatsheet.html > -Original Mes

[dpdk-dev] [PATCH] net/netvsc: return the correct chimney index

2020-08-01 Thread longli
From: Long Li The code should look into "slab" to figure out the index returned from rte_bitmap_scan(). Fixes: cc02518132 ("net/netvsc: split send buffers from Tx descriptors") Cc: sta...@dpdk.org Signed-off-by: Long Li --- drivers/net/netvsc/hn_rxtx.c | 6 -- 1 file changed, 4 insertions(