On Fri, Aug 14, 2020 at 02:03:20PM +0800, Ruifeng Wang wrote:
> Flags are used to distinguish different platform architectures.
> These flags can be used to pick different code paths for different
> architectures at compile time.
> For Arm platforms, there are 3 flags in use: RTE_ARCH_ARM,
> RTE_AR
> -Original Message-
> From: Bruce Richardson
> Sent: Friday, August 14, 2020 4:13 PM
> To: Ruifeng Wang
> Cc: hemant.agra...@nxp.com; jer...@marvell.com;
> vikto...@rehivetech.com; dev@dpdk.org; Honnappa Nagarahalli
> ; Phil Yang ; nd
>
> Subject: Re: [dpdk-dev] [RFC PATCH] config: re
This reverts commit a0f0de06d457753c94688d551a6e8659b4d4e041 as the
rte_cryptodev_info_get function versioning was a temporary solution
to maintain ABI compatibility for ChaCha20-Poly1305 and is not
needed in 20.11.
Fixes: a0f0de06d457 ("cryptodev: fix ABI compatibility for ChaCha20-Poly1305")
Si
On Fri, Aug 14, 2020 at 09:05:23AM +, Ruifeng Wang wrote:
>
> > -Original Message-
> > From: Bruce Richardson
> > Sent: Friday, August 14, 2020 4:13 PM
> > To: Ruifeng Wang
> > Cc: hemant.agra...@nxp.com; jer...@marvell.com;
> > vikto...@rehivetech.com; dev@dpdk.org; Honnappa Nagarah
https://bugs.dpdk.org/show_bug.cgi?id=526
Bug ID: 526
Summary: ixgbe: X550 flow type ETH / VLAN / RAW not supported
Product: DPDK
Version: 20.05
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
This series enables DPDK to be an alternative I/O device emulation library of
building virtualized devices in separate processes outside QEMU. It introduces
a new library (librte_vfio_user), a new device class (emudev) and one pilot
device provider (avf_emudev) with its backend of Ethdev PMD (avfbe
To enable DPDK to be an alternative I/O device emulation library
of building virtualized devices in separate processes outside QEMU,
a new device class named emudev is introduced in this patch. Emudev
is a device type for emulated devices. Providers, which are specific
emudev drivers, could choose
Vfio-over-socket, also named as vfio-user, is a protocol for
emulating devices in a separate process outside of QEMU. The
main difference between APP using vfio-user and vfio kernel
module is that device manipulation is based on socket messages
for vfio-user but system calls for vfio kernel module.
On Fri, Aug 07, 2020 at 01:29:51PM +0100, Ciara Power wrote:
> The example app makefiles contained sections using the legacy method of
> compiling with make. These are no longer needed, and are removed,
> leaving only the section that uses pkg-config for the make build.
>
> Signed-off-by: Ciara Po
Add support for aarch32 cross build in meson
and add aarch64 -> aarch32 cross build to Travis.
Aarch32 is an execution state that allows execution of 32-bit code on
armv8 machines. This execution state contains a superset of previous
armv7 32-bit instructions and features. Thus the aarch32 build i
From: Ruifeng Wang
Expand vector PMD support to aarch32.
Signed-off-by: Ruifeng Wang
---
drivers/net/bnxt/Makefile | 2 +-
drivers/net/bnxt/bnxt_rxq.h | 2 +-
drivers/net/bnxt/bnxt_rxr.h | 2 +-
drivers/net/bnxt/bnxt_txr.h | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git
Add two jobs (static and shared libs), both building on aarch64 and
producing 32-bit arm binaries executable on armv8-a, but not armv7.
Do not run tests in these jobs.
Signed-off-by: Juraj Linkeš
---
.ci/linux-build.sh | 7 ++-
.travis.yml| 19 +++
2 files changed, 2
Add aarch32 extra build flags and aarch32 machine flags to generic
machine args.
Also modify how arm flags are updated in meson build - for 32-bit build,
update only if cross-compiling.
Signed-off-by: Juraj Linkeš
---
config/arm/meson.build | 20 ++--
1 file changed, 18 insertion
From: Phil Yang
Add cross-compiling guidance for 32-bit aarch32 DPDK on aarch64 host.
Signed-off-by: Phil Yang
---
.../linux_gsg/cross_build_dpdk_for_arm64.rst | 30 ++-
1 file changed, 23 insertions(+), 7 deletions(-)
diff --git a/doc/guides/linux_gsg/cross_build_dpdk_for_ar
Create meson cross file arm32_armv8a_linux_gcc. Use arm-linux-gnueabihf-
toolset which comes with standard packages on most used systems, such as
Ubuntu and CentOS.
Signed-off-by: Juraj Linkeš
---
config/arm/arm32_armv8a_linux_gcc | 17 +
1 file changed, 17 insertions(+)
create
https://bugs.dpdk.org/show_bug.cgi?id=413
Bruce Richardson (bruce.richard...@intel.com) changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
R
> -Original Message-
> From: Bruce Richardson
> Sent: Friday, August 14, 2020 6:01 PM
> To: Ruifeng Wang
> Cc: hemant.agra...@nxp.com; jer...@marvell.com;
> vikto...@rehivetech.com; dev@dpdk.org; Honnappa Nagarahalli
> ; Phil Yang ; nd
>
> Subject: Re: [dpdk-dev] [RFC PATCH] config: re
When compiling on ubuntu 20.04, a warning was issued about possible
truncation of the path string for the power management socket.
channel_manager.c: In function ‘add_all_channels’:
channel_manager.c:470:41: warning: ‘%s’ directive output may be truncated
writing up to 255 bytes into a region of
When producing a printable mac address the buffer was appropriately sized
for holding the mac address exactly, but the actual snprintf included a
'\n' character at the end, which means that the snprintf technically is
getting truncated i.e. the \n would not be added due to lack of space.
This gets
While helping prepare some patches for converting the DPDK examples to
build using pkg-config, a number of errors and warnings were encountered in
the example app builds. These patches fix those issues.
Bruce Richardson (4):
power: make guest channel headers public
examples/vm_power_manager: f
The channel commands header file contains definitions that are used by the
example application for power management, and so need to be made public.
Similarly the guest_channel.h header is used by the guest_cli example
utility, so needs to be public also. Without this change, the example
apps, or a
Compiling with GCC 9.3 on Ubuntu 20.04 gives a warning about possible
string truncation when getting the RX queue name:
In file included from init.c:36:
init.c: In function ‘init’:
../shared/common.h:38:28: warning: ‘%u’ directive output may be truncated
writing between 1 and 10 bytes into a regi
On Fri, Aug 14, 2020 at 12:00:42PM +0100, Bruce Richardson wrote:
> The channel commands header file contains definitions that are used by the
> example application for power management, and so need to be made public.
> Similarly the guest_channel.h header is used by the guest_cli example
> utility
Hi Stephen,
>
> > snipped
> > >
> > > snipped
> > > > >
> > > > > snipped
> > > > > >
> > > > > > 15/07/2020 23:22, Stephen Hemminger:
> > > > > > > Printing extra borders does not improve readability, and is
> > > > > > > just unnecessary. Putting TSC hz in header also makes no sense
> here.
> >
On Fri, 14 Aug 2020 11:08:31 +
"Varghese, Vipin" wrote:
> Hi Stephen,
>
> >
> > > snipped
> > > >
> > > > snipped
> > > > > >
> > > > > > snipped
> > > > > > >
> > > > > > > 15/07/2020 23:22, Stephen Hemminger:
> > > > > > > > Printing extra borders does not improve readability, a
On Thu, Aug 13, 2020 at 04:21:23PM -0700, Narcisa Ana Maria Vasile wrote:
> From: Narcisa Vasile
>
> The NetUIO driver for Windows allows the usermode application
> to directly access the hardware and allocates the memory that gets mapped in
> usermode.
>
> Anand Rawat (1):
> Updated Source an
On Fri, 14 Aug 2020 19:16:04 +
Chenbo Xia wrote:
> This series enables DPDK to be an alternative I/O device emulation library of
> building virtualized devices in separate processes outside QEMU. It introduces
> a new library (librte_vfio_user), a new device class (emudev) and one pilot
> dev
On Fri, 14 Aug 2020 12:00:44 +0100
Bruce Richardson wrote:
> When producing a printable mac address the buffer was appropriately sized
> for holding the mac address exactly, but the actual snprintf included a
> '\n' character at the end, which means that the snprintf technically is
> getting trun
Please note,
ABI v21 has been declared aligned with the DPDK 20.11 release.
(https://git.dpdk.org/dpdk/commit/?id=4f86c0ba19ba065c8c32a5b0111efc7bb74c9b96)
The requirement to preserve compatibility with the previous major ABI version
v20
in DPDK 19.11 is now dropped. This is commonly known as
Hi folks,
Now is the time to remove old ABI compatibility preserving code.
Remove versioning code:
* Cryptodev
Fiona Trahe
Arek Kusztal
* Mempool
Olivier Matz
Remove alias to experimental:
* Metering
Ferruh Yigit
Finally,
Along the way I noted the following public symbols
According to ABI policy, the internal functions should have the new tag
__rte_internal and linked into INTERNAL sessions.
Signed-off-by: Haiyue Wang
---
drivers/common/iavf/iavf_prototype.h| 6 ++
drivers/common/iavf/rte_common_iavf_version.map | 2 +-
2 files changed, 7 insertio
According to ABI policy, the internal functions should have the new tag
__rte_internal and linked into INTERNAL sessions.
Signed-off-by: Haiyue Wang
---
v2: update the commit title
---
drivers/common/iavf/iavf_prototype.h| 6 ++
drivers/common/iavf/rte_common_iavf_version.map | 2
When debugging driver or startup issues, it is useful to have
a timestamp on each message printed. The messages in syslog
already have a timestamp, but often syslog is not available
during testing. The timestamp format is chosen to look
like the default Linux dmesg timestamp.
Example:
[ 0.00
Already get a newline from WARN() macro call.
Fixes: 9dda3e3393c2 ("net/failsafe: add timestamp to stats snapshot")
Cc: ma...@mellanox.com
Signed-off-by: Stephen Hemminger
---
drivers/net/failsafe/failsafe_ether.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/n
The debug message was poorly worded and did not include the
part that would be useful. I.e it never said what was being ignored.
Change it to print the message so that if udev changes format or
other subsystems need to be added then the necessary information
will be in the debug log.
Fixes: 0d0f47
On Fri, 14 Aug 2020 10:34:41 -0700, Stephen Hemminger wrote:
> When debugging driver or startup issues, it is useful to have
> a timestamp on each message printed. The messages in syslog
> already have a timestamp, but often syslog is not available
> during testing. The timestamp format is chosen t
On Fri, 14 Aug 2020 21:39:29 +0300
Dmitry Kozlyuk wrote:
> On Fri, 14 Aug 2020 10:34:41 -0700, Stephen Hemminger wrote:
> > When debugging driver or startup issues, it is useful to have
> > a timestamp on each message printed. The messages in syslog
> > already have a timestamp, but often syslog
On Fri, 14 Aug 2020 11:45:49 -0700, Stephen Hemminger wrote:
> On Fri, 14 Aug 2020 21:39:29 +0300
> Dmitry Kozlyuk wrote:
[...]
> FreeBsd doesn't go through the same log code.
Then --log-timestamp shouldn't appear on FreeBSD if it's unsupported.
> Iovec is to keep timestamp and message as an ato
On Fri, 14 Aug 2020 22:09:11 +0300
Dmitry Kozlyuk wrote:
> On Fri, 14 Aug 2020 11:45:49 -0700, Stephen Hemminger wrote:
> > On Fri, 14 Aug 2020 21:39:29 +0300
> > Dmitry Kozlyuk wrote:
> [...]
> > FreeBsd doesn't go through the same log code.
>
> Then --log-timestamp shouldn't appear on Fre
On Thu, 13 Aug 2020 16:21:26 -0700, Narcisa Ana Maria Vasile wrote:
> From: Jason Messer
>
> ---
> mk/exec-env/windows/netuio/netuio.vcxproj | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/mk/exec-env/windows/netuio/netuio.vcxproj
> b/mk/exec-env/windows/netuio/net
On Thu, 13 Aug 2020 16:21:23 -0700, Narcisa Ana Maria Vasile wrote:
> From: Narcisa Vasile
>
> The NetUIO driver for Windows allows the usermode application
> to directly access the hardware
> and allocates the memory that gets mapped in usermode.
It doesn't allocate the buffer anymore, does it
On Thu, 13 Aug 2020 16:21:24 -0700, Narcisa Ana Maria Vasile wrote:
> From: Thomas Monjalon
>
> ---
> .gitignore | 0
> 1 file changed, 0 insertions(+), 0 deletions(-)
> create mode 100644 .gitignore
>
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 0..e69de29bb
On Thu, 13 Aug 2020 16:21:34 -0700, Narcisa Ana Maria Vasile wrote:
> From: Anand Rawat
>
> Updated the code for using LLVM toolset. The code still uses
> msbuild and VS2017. Some header files and windows specific
> utility functions are removed due to conflicts with Clang
> intrinsic functions.
On Thu, 13 Aug 2020 16:21:43 -0700, Narcisa Ana Maria Vasile wrote:
> From: Harini Ramakrishnan
>
> Signed-off-by: Harini Ramakrishnan
> ---
> kernel/windows/netuio/netuio.inf | 3 +-
> kernel/windows/netuio/netuio.rc | Bin 4772 -> 8098 bytes
> kernel/windows/netuio/netuio_d
On Thu, 13 Aug 2020 16:21:28 -0700, Narcisa Ana Maria Vasile wrote:
> From: Harini Ramakrishnan
>
> ---
> mk/exec-env/windows/netuio/netuio.vcxproj | 6 ++
> 1 file changed, 6 insertions(+)
>
> diff --git a/mk/exec-env/windows/netuio/netuio.vcxproj
> b/mk/exec-env/windows/netuio/netuio.vcx
On Thu, 13 Aug 2020 16:21:44 -0700, Narcisa Ana Maria Vasile wrote:
> From: Harini Ramakrishnan
>
> Signed-off-by: Harini Ramakrishnan
> ---
> kernel/README_NetUIO.rst | 63
> 1 file changed, 63 insertions(+)
> create mode 100644 kernel/README_NetUIO.rs
On Fri, Aug 14, 2020 at 11:01:39PM +0300, Dmitry Kozlyuk wrote:
> On Thu, 13 Aug 2020 16:21:23 -0700, Narcisa Ana Maria Vasile wrote:
> > From: Narcisa Vasile
> >
> > The NetUIO driver for Windows allows the usermode application
> > to directly access the hardware
>
> > and allocates the memory
On 14/08/20 10:39 -0700, Stephen Hemminger wrote:
> Already get a newline from WARN() macro call.
>
> Fixes: 9dda3e3393c2 ("net/failsafe: add timestamp to stats snapshot")
> Cc: ma...@mellanox.com
> Signed-off-by: Stephen Hemminger
Acked-by: Gaetan Rivet
>
> ---
> drivers/net/failsafe/failsa
On 14/08/20 22:28 +0200, Gaëtan Rivet wrote:
> On 14/08/20 10:39 -0700, Stephen Hemminger wrote:
> > Already get a newline from WARN() macro call.
> >
> > Fixes: 9dda3e3393c2 ("net/failsafe: add timestamp to stats snapshot")
> > Cc: ma...@mellanox.com
> > Signed-off-by: Stephen Hemminger
>
> Ack
On Fri, 14 Aug 2020 13:26:11 -0700, Narcisa Ana Maria Vasile wrote:
> On Fri, Aug 14, 2020 at 11:01:39PM +0300, Dmitry Kozlyuk wrote:
> > On Thu, 13 Aug 2020 16:21:23 -0700, Narcisa Ana Maria Vasile wrote:
[...]
> > As far as I understand, you're importing history from dpdk-draft-repo and
> > the
On 8/14/2020 1:57 PM, Dmitry Kozlyuk wrote:
On Fri, 14 Aug 2020 13:26:11 -0700, Narcisa Ana Maria Vasile wrote:
On Fri, Aug 14, 2020 at 11:01:39PM +0300, Dmitry Kozlyuk wrote:
On Thu, 13 Aug 2020 16:21:23 -0700, Narcisa Ana Maria Vasile wrote:
[...]
As far as I understand, you're importing
Hi Naty,
IMHO this is small and sufficiently scoped where history (individual buildable
patches) are not necessary. We'd prefer to avoid that overhead here.
DmitryK,
Please let us know if otherwise.
-Original Message-
From: Narcisa Ana Maria Vasile
Sent: Friday, August 14, 2020 1:2
>
> > Hi Stephen,
> >
> > >
> > > > snipped
> > > > >
> > > > > snipped
> > > > > > >
> > > > > > > snipped
> > > > > > > >
> > > > > > > > 15/07/2020 23:22, Stephen Hemminger:
> > > > > > > > > Printing extra borders does not improve readability, and
> > > > > > > > > is just unnecessary. Putting
53 matches
Mail list logo