Message ID | 20210831143122.260423-1-pablo.de.lara.guarch@intel.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Delegated to: | Thomas Monjalon |
Headers | show |
Series | doc: announce changes in EFD function | expand |
Context | Check | Description |
---|---|---|
ci/checkpatch | warning | coding style issues |
ci/github-robot: build | success | github build: passed |
ci/iol-spell-check-testing | success | Testing PASS |
ci/iol-broadcom-Performance | success | Performance Testing PASS |
ci/iol-broadcom-Functional | success | Functional Testing PASS |
ci/iol-intel-Performance | success | Performance Testing PASS |
ci/iol-intel-Functional | success | Functional Testing PASS |
ci/iol-aarch64-compile-testing | success | Testing PASS |
ci/iol-mellanox-Performance | success | Performance Testing PASS |
ci/iol-x86_64-compile-testing | success | Testing PASS |
ci/iol-x86_64-unit-testing | success | Testing PASS |
ci/Intel-compilation | success | Compilation OK |
ci/intel-Testing | success | Testing PASS |
> -----Original Message----- > From: dev <dev-bounces@dpdk.org> On Behalf Of Pablo de Lara > Sent: Tuesday, August 31, 2021 3:31 PM > To: Marohn, Byron <byron.marohn@intel.com>; Wang, Yipeng1 > <yipeng1.wang@intel.com> > Cc: dev@dpdk.org; De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com> > Subject: [dpdk-dev] [PATCH] doc: announce changes in EFD function This change is required to fix Coverity defect 366390. https://scan4.coverity.com/reports.htm#v34998/p10075/fileInstanceId=107231002&defectInstanceId=14260754&mergedDefectId=366390 Acked-by: John McNamara <john.mcnamara@intel.com>
On 9/1/2021 4:14 PM, Mcnamara, John wrote: > >> -----Original Message----- >> From: dev <dev-bounces@dpdk.org> On Behalf Of Pablo de Lara >> Sent: Tuesday, August 31, 2021 3:31 PM >> To: Marohn, Byron <byron.marohn@intel.com>; Wang, Yipeng1 >> <yipeng1.wang@intel.com> >> Cc: dev@dpdk.org; De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com> >> Subject: [dpdk-dev] [PATCH] doc: announce changes in EFD function > > This change is required to fix Coverity defect 366390. > > https://scan4.coverity.com/reports.htm#v34998/p10075/fileInstanceId=107231002&defectInstanceId=14260754&mergedDefectId=366390 > > > Acked-by: John McNamara <john.mcnamara@intel.com> > Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 76a4abfd6b..e9fdbd1cdd 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -287,3 +287,7 @@ Deprecation Notices reserved bytes to 2 (from 3), and use 1 byte to indicate warnings and other information from the crypto/security operation. This field will be used to communicate events such as soft expiry with IPsec in lookaside mode. + +* efd: The type of parameter ``online_cpu_socket_bitmask`` of function ``rte_efd_create`` + will be modified from ``uint8_t`` to ``uint64_t``, to allow a higher number of sockets + than 8.
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> --- doc/guides/rel_notes/deprecation.rst | 4 ++++ 1 file changed, 4 insertions(+)