> -----Original Message----- > From: Jie Hai <haij...@huawei.com> > Sent: Friday, September 8, 2023 9:00 AM > To: dev@dpdk.org; Pattan, Reshma <reshma.pat...@intel.com>; Vipin > Varghese <vipin.vargh...@amd.com>; Mcnamara, John > <john.mcnam...@intel.com> > Cc: haij...@huawei.com; lihuis...@huawei.com > Subject: [PATCH v4 4/7] app/proc-info: fix never show RSS info > > Command show-port should show RSS info (rss_key, len and rss_hf), However, > the information is shown only when rss_conf.rss_key is not NULL. Since no > memory is allocated for rss_conf.rss_key, rss_key will always be NULL and the > rss_info will never show. This patch allocates memory for rss_conf.rss_key and > makes it possible to show RSS info. > Nitpick: You have to change the commit message as malloc and free not used now. Acked-by: Reshma Pattan <reshma.pat...@intel.com>
- [PATCH v4 0/7] support setting and querying RSS algorithms Jie Hai
- [PATCH v4 1/7] ethdev: recomment some definitions rela... Jie Hai
- [PATCH v4 2/7] ethdev: support setting and querying RS... Jie Hai
- [PATCH v4 3/7] net/hns3: support setting and querying ... Jie Hai
- [PATCH v4 4/7] app/proc-info: fix never show RSS info Jie Hai
- RE: [PATCH v4 4/7] app/proc-info: fix never show R... Pattan, Reshma
- [PATCH v4 5/7] app/proc-info: adjust the display forma... Jie Hai
- RE: [PATCH v4 5/7] app/proc-info: adjust the displ... Pattan, Reshma
- [PATCH v4 7/7] app/testpmd: add RSS hash algorithms di... Jie Hai
- [PATCH v4 6/7] app/proc-info: support querying RSS has... Jie Hai
- RE: [PATCH v4 6/7] app/proc-info: support querying... Pattan, Reshma
- RE: [PATCH v4 6/7] app/proc-info: support querying... Pattan, Reshma
- [PATCH v5 00/40] support setting and querying RSS algo... Jie Hai