> -----Original Message----- > From: Kaur, Arshdeep <arshdeep.k...@intel.com> > Subject: [PATCH] SCSY-192443 Fix DPDK-dumpcap for XRAN Library > <snip> > Issue: By default, dpdk-dumpcap tries to listen to > /var/run/dpdk/rte/mp_socket, whereas in flexran a socket is created at > /var/run/dpdk/<file-prefix>/mp_socket. File prefix is provided to flexran via > config files which is used in EAL options. There is no way in dpdk-dumpcap > today to provide file-prefix. > > Fix: Added a new parameter "-m" to handle this requirement. User needs to > provide "-m <file-prefix> as first argument to dpdk-dumpcap. Remove SCSY* from heading Heading should beging with the example name that you are modifying that is "dumpcap:". Tell exactly what you are adding in this patch. No need to add for whom you are doing this patch and all. So, Heading can be as simple as "dumpcap: add the mutiprocess fileprefix support" With these changes you can send the V2. This is not the issue and you are not fixing it. This is some new support you are adding. So need to reframe your commit message. Thanks, Reshma