<...>
> Hi Kevin,
>
> since you list out two changes here, it's a good indication that this might
> be better as two separate patches. Can you please split it, thanks.
>
> Couple of minor comments inline below too.
>
> Regards,
> /Bruce
>
Thanks for the feedback, Bruce. I'll split the changes a
> The special fast-path for returning completed descriptors without
> reporting status or user-handles returns the number of completed ring
> slots used, rather than the number of actual user-submitted jobs. This
> means that the counts returned are too high, as the batch descriptor
> slots would b
> When enqueuing a descriptor, when checking that there is at least one
> slot free for the current descriptor and a later batch descriptor, we
> need to test for both two free and one free, in case the last write
> was a batch descriptor which is allowed to use the "spare" slot.
>
> Similarly, wh
> On Fri, May 07, 2021 at 05:20:25PM +, Kevin Laatz wrote:
> > In the function __idxd_completed_ops() we have a parameter shadow
> warning
> > due to a local variable having the same name as one of the function
> > parameters. This is fixed by simply renaming the local variable.
> >
> > Fixes
On 07/09/2020 23:06, Thomas Monjalon wrote:
From: Ciara Power
Make is no longer supported, RTE_SDK, RTE_TARGET and CONFIG options
are no longer in use.
Signed-off-by: Ciara Power
---
app/test-bbdev/test-bbdev.py | 11 +
app/test/test_cryptodev.c | 89 +---
On 07/09/2020 23:06, Thomas Monjalon wrote:
From: Ciara Power
Make is no longer supported for compiling DPDK, references are now
removed in the documentation.
Signed-off-by: Ciara Power
---
doc/guides/howto/lm_bond_virtio_sriov.rst | 4 +--
doc/guides/howto/lm_virtio_vhost_user.rst
On 07/09/2020 23:07, Thomas Monjalon wrote:
From: Ciara Power
Make is no longer supported for compiling DPDK, references are now
removed in the documentation.
Signed-off-by: Ciara Power
---
doc/guides/platform/bluefield.rst | 22 -
doc/guides/platform/octeontx.rst | 33
On 07/09/2020 23:07, Thomas Monjalon wrote:
From: Ciara Power
Make is no longer supported for compiling DPDK, references are now
removed in the documentation.
Signed-off-by: Ciara Power
---
doc/guides/mempool/octeontx.rst | 28 +++-
doc/guides/mempool/octeontx2.rst
On 10/09/2020 17:47, Bruce Richardson wrote:
The current selftest function uses a single global variable to track state
which implies that only a single instance can have the selftest function
called on it. Change this to an array to allow multiple instances to be
tested.
Signed-off-by: Bruce Ri
On 10/09/2020 17:47, Bruce Richardson wrote:
Since the rawdev autotest can now be used to test all rawdevs on the
system, there is no need for a dedicated ioat autotest command.
Signed-off-by: Bruce Richardson
---
app/test/test_rawdev.c | 20
doc/guides/r
On 10/09/2020 17:47, Bruce Richardson wrote:
Rather than having each rawdev provide its own autotest command, we can
instead just use the generic rawdev_autotest to test any and all available
rawdevs.
Signed-off-by: Bruce Richardson
---
app/test/test_rawdev.c | 34
On 20/08/2020 13:41, Ciara Power wrote:
Make is no longer supported for compiling DPDK, references are now
removed in the documentation.
Signed-off-by: Ciara Power
---
doc/build-sdk-quick.txt | 55 -
1 file changed, 21 insertions(+), 34 deletions(-)
On 20/08/2020 13:41, Ciara Power wrote:
Make is no longer supported for compiling DPDK, references are now
removed in the documentation.
Signed-off-by: Ciara Power
---
doc/guides/testpmd_app_ug/run_app.rst | 6 +++---
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 9 +
2 files
On 20/08/2020 13:41, Ciara Power wrote:
Make is no longer supported for compiling DPDK, references are now
removed in the documentation.
Signed-off-by: Ciara Power
---
doc/guides/tools/comp_perf.rst| 10 ++---
doc/guides/tools/cryptoperf.rst | 20 +++--
doc/guides/tool
On 21/08/2020 17:29, Bruce Richardson wrote:
When a matching device is found via PCI probe create a rawdev instance for
each queue on the hardware. Use empty self-test function for these devices
so that the overall rawdev_autotest does not report failures.
Signed-off-by: Bruce Richardson
---
On 21/08/2020 17:29, Bruce Richardson wrote:
Add support for doing copies using DSA hardware. This is implemented by
just switching on the device type field at the start of the inline
functions. Since there is no hardware which will have both device types
present this branch will always be predic
On 21/08/2020 17:29, Bruce Richardson wrote:
Add in the relevant data structures for the data path for DSA devices. Also
include a device dump function to output the status of each device.
Signed-off-by: Bruce Richardson
---
drivers/raw/ioat/idxd_pci.c| 3 +-
drivers/raw/ioat/id
On 21/08/2020 17:29, Bruce Richardson wrote:
Rather than having a single long complicated header file for general use we
can split things so that there is one header with all the publically needed
information - data structs and function prototypes - while the rest of the
internal details are put
On 21/08/2020 17:29, Bruce Richardson wrote:
Add update of the relevant stats for the data path functions and point the
overall device struct xstats function pointers to the existing ioat
functions.
At this point, all necessary hooks for supporting the existing unit tests
are in place so call th
On 20/08/2020 13:41, Ciara Power wrote:
Make is no longer supported for compiling DPDK, references are now
removed in the documentation.
Signed-off-by: Ciara Power
---
MAINTAINERS | 3 +-
doc/guides/prog_guide/build_app.rst | 48 +--
.../prog_g
On 20/08/2020 13:41, Ciara Power wrote:
Make is no longer supported for compiling DPDK, references are now
removed in the documentation.
Signed-off-by: Ciara Power
---
doc/guides/cryptodevs/aesni_gcm.rst | 4 +-
doc/guides/cryptodevs/aesni_mb.rst | 4 +-
doc/guides/cryptodevs/armv8.rst
On 07/08/2020 13:30, Ciara Power wrote:
Make is no longer supported for compiling DPDK, references are now
removed in the documentation.
Signed-off-by: Ciara Power
---
doc/guides/prog_guide/build_app.rst | 46 +---
.../prog_guide/dev_kit_build_system.rst | 218 +-
On 07/08/2020 13:29, Ciara Power wrote:
Make is no longer supported for compiling DPDK, references are now
removed in the documentation.
Signed-off-by: Ciara Power
---
doc/guides/compressdevs/isal.rst | 4
doc/guides/compressdevs/octeontx.rst | 16
doc/guides/comp
On 07/08/2020 13:29, Ciara Power wrote:
Make is no longer supported for compiling DPDK, references are now
removed in the documentation.
Signed-off-by: Ciara Power
---
doc/guides/cryptodevs/aesni_gcm.rst | 2 --
doc/guides/cryptodevs/aesni_mb.rst | 2 --
doc/guides/cryptodevs/armv8.rst
On 07/08/2020 13:29, Ciara Power wrote:
Make is no longer supported for compiling DPDK, references are now
removed in the documentation.
Signed-off-by: Ciara Power
---
doc/guides/eventdevs/dpaa.rst | 20
doc/guides/eventdevs/dpaa2.rst | 20
On 07/08/2020 13:30, Ciara Power wrote:
Make is no longer supported for compiling DPDK, references are now
removed in the documentation.
Signed-off-by: Ciara Power
---
doc/guides/rawdevs/dpaa2_cmdif.rst | 21 -
doc/guides/rawdevs/dpaa2_qdma.rst| 21 -
On 07/08/2020 13:29, Ciara Power wrote:
Make is no longer supported for compiling DPDK, references are now
removed in the documentation.
Signed-off-by: Ciara Power
---
doc/guides/bbdevs/fpga_5gnr_fec.rst | 5 +
doc/guides/bbdevs/fpga_lte_fec.rst | 5 +
doc/guides/bbdevs/turbo_sw.
On 22/05/2020 17:27, Ciara Power wrote:
The example shown for registering telemetry commands was previously
missing the help text parameter.
Fixes: 24cd1b529f35 ("doc: update telemetry guides")
Signed-off-by: Ciara Power
---
doc/guides/prog_guide/telemetry_lib.rst | 14 +-
1 fil
On 12/05/2020 16:29, Ciara Power wrote:
The socket fd is now being closed when the connection fails.
Coverity issue: 358444
Fixes: b80fe1805eee ("telemetry: introduce backward compatibility")
Cc: ciara.po...@intel.com
Signed-off-by: Ciara Power
---
lib/librte_telemetry/telemetry_legacy.c | 1
On 12/05/2020 16:29, Ciara Power wrote:
If 1024 bytes were received over the socket, this caused
buffer_recvf[bytes] to overrun the array. The size of the buffer - 1 is
now passed to the read function.
Coverity issue: 358442
Fixes: b80fe1805eee ("telemetry: introduce backward compatibility")
Cc:
On 12/05/2020 16:28, Ciara Power wrote:
The threads for listening on the telemetry sockets are control threads
and should be separated from those on the data plane. Since telemetry
cannot use the rte_ctrl_thread_create() API, as it does not depend on
EAL, we pass the ctrl thread cpu_set to teleme
On 12/05/2020 16:28, Ciara Power wrote:
The strchr function return was not being checked which could lead to
NULL deferencing later in the function.
Coverity issue: 358438
Coverity issue: 358445
Fixes: b80fe1805eee ("telemetry: introduce backward compatibility")
Cc: ciara.po...@intel.com
Signed
On 12/05/2020 16:29, Ciara Power wrote:
The return value from the socket function is now checked, as it can
return a negative value on error.
Coverity issue: 358443
Fixes: b80fe1805eee ("telemetry: introduce backward compatibility")
Cc: ciara.po...@intel.com
Signed-off-by: Ciara Power
---
li
> > ---
> > devtools/libabigail.abignore | 5 +
> > lib/librte_eal/x86/include/rte_cpuflags.h | 19 +++
> > lib/librte_eal/x86/rte_cpuflags.c | 18 ++
> > 3 files changed, 42 insertions(+)
> >
> > diff --git a/devtools/libabigail.abignore
> On 27/04/2020 10:31, Laatz, Kevin wrote:
> >
> >> (replying this time to the list)
> >>
> >> On 25/04/2020 17:04, Thomas Monjalon wrote:
> >>> 16/04/2020 13:00, Kevin Laatz:
> >>>> This patch adds CPU flags which will enable the dete
> (replying this time to the list)
>
> On 25/04/2020 17:04, Thomas Monjalon wrote:
> > 16/04/2020 13:00, Kevin Laatz:
> >> This patch adds CPU flags which will enable the detection of ISA
> >> features available on more recent x86 based CPUs.
> > [...]
> >> --- a/devtools/libabigail.abignore
> >
> The ep struct is used to track what type of stats are required by the client.
> For PORT_STATS type, it contains the lists of port and metric ids to query,
> and
> the number of ids in each list.
>
> The ep struct has values set (num of port and metric ids) when a request for
> port stats value
> From: Pavan Nikhilesh
>
> use RTE_DIM to calculate array size.
>
> Suggested-by: David Marchand
> Signed-off-by: Pavan Nikhilesh
> Acked-by: Cristian Dumitrescu
> ---
> lib/librte_ethdev/rte_ethdev.c | 8 +++-
> lib/librte_ip_frag/ip_frag_internal.c| 5 ++-
> The client script for use with the telemetry library did not support
> Python3, as the data being sent over the socket was in string format.
> Python3 requires the data be explicitly converted to bytes before being
> sent. Similarily, the received bytes need to be decoded into string
> format.
>
On 17/12/2019 18:03, Aaron Conole wrote:
"Laatz, Kevin" writes:
On 17/12/2019 14:44, Aaron Conole wrote:
Kevin Laatz writes:
Currently, the Travis CI is using Ubuntu 16.04 LTS (Xenial) which is
becoming increasingly outdated. This patch updates Travis to use Ubuntu
18.04 L
On 18/12/2019 08:23, David Marchand wrote:
On Wed, Dec 18, 2019 at 6:39 AM Ruifeng Wang wrote:
librte_mempool_ring.so and librte_pmd_null.so are in 'drivers' folder.
Add 'drivers' into LD_LIBRARY_PATH so that testpmd can find and make
use of these shared libraries.
Signed-off-by: Ruifeng Wang
On 17/12/2019 14:44, Aaron Conole wrote:
Kevin Laatz writes:
Currently, the Travis CI is using Ubuntu 16.04 LTS (Xenial) which is
becoming increasingly outdated. This patch updates Travis to use Ubuntu
18.04 LTS (Bionic) which will give us the benefit of more up-to-date
packages being availble
On 12/12/2019 11:58, Bruce Richardson wrote:
The soname for each stable ABI version should be just the ABI version major
number without the minor number. Unfortunately both major and minor were
used causing version 20.1 to be incompatible with 20.0.
This patch fixes the issue by switching from 2
On 12/12/2019 09:36, David Marchand wrote:
On Thu, Dec 12, 2019 at 9:43 AM David Marchand
wrote:
You missed some drivers, which makes my tests fail right away:
$ for file in $(find lib/ drivers/ -name "*.map")
do
pattern=$(basename ${file/_version.map})
[ $(find lib/ drivers/ -name "*$pa
On 12/12/2019 08:43, David Marchand wrote:
On 11/12/2019 19:21, Kevin Laatz wrote:
This patch adds the .dump files generated for the v20.0 ABI. These files
will be used to compare the ABI during the meson build when the
compat_checks meson is enabled. If there is a mismatch between the .dump
On 10/12/2019 11:07, David Marchand wrote:
On Tue, Dec 3, 2019 at 4:27 PM Laatz, Kevin wrote:
On 03/12/2019 11:03, David Marchand wrote:
On Fri, Nov 29, 2019 at 10:09 PM Kevin Laatz wrote:
With the recent changes made to stabilize ABI versioning in DPDK, it will
become increasingly
On 03/12/2019 11:03, David Marchand wrote:
On Fri, Nov 29, 2019 at 10:09 PM Kevin Laatz wrote:
With the recent changes made to stabilize ABI versioning in DPDK, it will
become increasingly important to check patches for ABI compatibility. We
propose adding the ABI compatibility checking to be d
On 15/07/2019 11:54, Sean Morrissey wrote:
Added telemetry to EAL long options so that when
--telemetry is passed as an EAL arg that there is
no unrecognized argument error message printed.
Fixes: 8877ac688b52 ("telemetry: introduce infrastructure")
Cc: ciara.po...@intel.com
Cc: sta...@dpdk.org
On 03/07/2019 10:23, Flavia Musatescu wrote:
Suppress the unaligned packed member address warnings by extending
the telemetry library build flags with -Wno-address-of-packed-member
option, through the WERROR_FLAGS makefile variable.
With this change additional warnings are turned on to be treate
On 29/06/2019 07:19, David Marchand wrote:
On Sat, Jun 29, 2019 at 7:57 AM David Marchand
mailto:david.march...@redhat.com>> wrote:
On Fri, Jun 28, 2019 at 9:20 PM David Marchand
mailto:david.march...@redhat.com>> wrote:
On Fri, Jun 28, 2019 at 5:57 PM Thomas Monjalon
On 27/06/2019 20:51, Ferruh Yigit wrote:
Build error:
../lib/librte_telemetry/rte_telemetry.c:558:28:
error: comparison of unsigned expression < 0 is always false
[-Werror,-Wtautological-compare]
Build error not observed in default make build because telemetry library
disabled by default
> Hi Reshma, Kevin,
>
> Not related to this patch, but when telemetry library enabled, it is causing
> some warnings [1] with gcc9
>
> The [-Waddress-of-packed-member] warnings already disable for gcc, but
> you need following update to "lib/librte_telemetry/Makefile":
> -CFLAGS += -I$(SRCDIR)
On 17/05/2019 17:07, Reshma Pattan wrote:
telemetry has support for fetching port based stats
from metrics library.
Metrics library also has global stats which are
not fetched by telemetry, so extend telemetry to
fetch the global metrics.
Signed-off-by: Reshma Pattan
---
doc/guides/howto/t
On 29/05/2019 13:43, Reshma Pattan wrote:
Free the `values` pointer before returning
from rte_telemetry_command_ports_all_stat_values()
to avoid memory leak.
Fixes: c12cefa379 ("telemetry: fix mapping of statistics")
CC: sta...@dpdk.org
CC: bruce.richard...@intel.com
Signed-off-by: Reshma Patta
On 20/03/2019 16:43, Andrius Sirvys wrote:
LGTM static code analysis tool reports that the function 'input' is
unsafe. Changed to use raw_input which then converts it using
ast.literal_eval() which is safe.
Fixes: d1b94da4a4e0 ("usertools: add client script for telemetry")
Cc: ciara.po...@inte
On 28/03/2019 15:30, Bruce Richardson wrote:
If we have two NIC ports which have a different set of NIC stats we can
end up having two different stats registered with xstats with the same
name. [Since the stats are updated in bulk as a contiguous set, the
second driver re-using the registration
On 19/12/2018 11:59, Bruce Richardson wrote:
Different NIC ports can have different numbers of xstats on them, which
means that we can't just use the xstats list from the first port registered
in the telemetry library. Instead, we need to check the type of each port -
by checking its ops structur
On 21/11/2018 11:38, Ferruh Yigit wrote:
On 11/21/2018 7:48 AM, Hideyuki Yamashita wrote:
Hello,
I have some basic questions about telemetry API
which is planned to be relaesed in 18.11.
Note that I have read the follwoing document.
https://doc.dpdk.org/guides/howto/telemetry.html
Q1. In gene
On 07/11/2018 21:08, Thomas Monjalon wrote:
07/11/2018 19:10, Kevin Laatz:
Currently, telemetry is not working for shared builds in make.
The --as-needed flag is preventing telemetry from being linked as there are
no direct API calls from the app to telemetry. This is causing the
--telemetry op
On 24/10/2018 15:52, Laatz, Kevin wrote:
On 24/10/2018 15:33, Thomas Monjalon wrote:
24/10/2018 16:01, Gaëtan Rivet:
Hi Kevin,
On Wed, Oct 24, 2018 at 02:27:13PM +0100, Kevin Laatz wrote:
This commit adds infrastructure to EAL that allows an application to
register it's init function
On 24/10/2018 15:33, Thomas Monjalon wrote:
24/10/2018 16:01, Gaëtan Rivet:
Hi Kevin,
On Wed, Oct 24, 2018 at 02:27:13PM +0100, Kevin Laatz wrote:
This commit adds infrastructure to EAL that allows an application to
register it's init function with EAL. This allows libraries to be
initialized
On 24/10/2018 15:13, Thomas Monjalon wrote:
24/10/2018 15:27, Kevin Laatz:
This patchset introduces a Telemetry library for DPDK Service Assurance.
This library provides an easy way to query DPDK Ethdev metrics.
This new library is not defined as experimental.
Is it on purpose?
We are supposed
Thanks for the review Mattias.
Will address the comments both here and in the 4/13 review.
Best regards,
Kevin
On 22/10/2018 15:05, Mattias Rönnblom wrote:
On 2018-10-22 13:00, Kevin Laatz wrote:
@@ -131,6 +217,38 @@ rte_telemetry_initial_accept(struct
telemetry_impl *telemetry)
}
Hi Mattias,
Thanks for the input and clarification. I will include these changes in
the v6.
Regards,
Kevin
On 22/10/2018 08:11, Mattias Rönnblom wrote:
On 2018-10-19 12:16, Laatz, Kevin wrote:
On 03/10/2018 20:06, Mattias Rönnblom wrote:
On 2018-10-03 19:36, Kevin Laatz wrote:
From
Hi Mattias,
On 18/10/2018 09:07, Mattias Rönnblom wrote:
Most of the issues I pointed out in v2 of this patchset is still here.
Will recheck feedback for the next version.
With regards to comments on v2, 3/10, could you please help provide
clarification on the below?
On 03/10/2018 20:06,
Hi Gaetan,
Thanks for reviewing and providing suggestions.
On 17/10/2018 16:56, Gaëtan Rivet wrote:
+
+int
+rte_param_parse(char *option)
+{
+ /* Check if the option is in the registered inits */
+ TAILQ_FOREACH(param, &rte_param_list, next) {
+ if (strcmp(option, pa
Hi Thomas,
On 17/10/2018 14:46, Thomas Monjalon wrote:
17/10/2018 13:45, Gaëtan Rivet:
Hi Thomas,
On Wed, Oct 17, 2018 at 11:41:53AM +0200, Thomas Monjalon wrote:
I still think all the wording is incorrect.
Please start by describing what is "param", "flag" and "option" in your mind.
They ar
Hi Thomas,
On 17/10/2018 12:45, Gaëtan Rivet wrote:
Hi Thomas,
On Wed, Oct 17, 2018 at 11:41:53AM +0200, Thomas Monjalon wrote:
I still think all the wording is incorrect.
Please start by describing what is "param", "flag" and "option" in your mind.
They are all mentioned in this file.
Are you
Hi Thomas,
Thanks for reviewing, see replies below.
On 16/10/2018 14:42, Thomas Monjalon wrote:
Hi,
11/10/2018 18:58, Kevin Laatz:
This commit adds infrastructure to EAL that allows an application to
register it's init function with EAL. This allows libraries to be
initialized at the end of
On 18/09/2018 10:52, Thomas Monjalon wrote:
23/08/2018 14:08, Ciara Power:
This patch adds the patch for the collectd plugin developed for use
with the DPDK Telemetry library. The patch is included here to allow
users to apply the patch to collectd when using DPDK Telemetry.
Further details on a
Hi Cristian,
> > +
> > + link_list = links_get();
>
> We don't need this function, the lined list of links is a global public
> object,
> please access it directly.
link_list is declared as a static struct in link.c so it is not accessible from
cli.c
I can either leave this function in to p
Acked-by: Kevin Laatz
On 11/06/2018 09:56, Pablo de Lara wrote:
Converted the license header of the files
that still have the old full header.
Signed-off-by: Pablo de Lara
---
lib/librte_cryptodev/rte_cryptodev.h | 31 ++--
lib/librte_cryptodev/rte_cryptodev_pmd.h |
On 27/02/2018 21:10, Vipin Varghese wrote:
Counter variable 'out_pkts' had been set to 0, then updated. Current
code change elimates double assignment to direct assignment.
Signed-off-by: Vipin Varghese
<...>
Acked-by: Kevin Laatz
On 27/02/2018 20:17, Vipin Varghese wrote:
variables 'out_pkts_total' and 'out_pkts_total' will be in registers.
Hence shifting the code after the loop, helps the update from registers.
Signed-off-by: Vipin Varghese
<...>
Acked-by: Kevin Laatz
On 27/02/2018 20:08, Vipin Varghese wrote:
For most run cases 'sw->started' holds true. Adding a branch prediction
suggestion to compiler helps as this is first conditional check just
after entering the function.
Signed-off-by: Vipin Varghese
---
drivers/event/sw/sw_evdev_scheduler.c | 2 +-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Harry van Haaren
> Sent: Wednesday, December 20, 2017 11:17 AM
> To: dev@dpdk.org
> Cc: Richardson, Bruce ; Van Haaren, Harry
>
> Subject: [dpdk-dev] [PATCH v2 2/2] meson: add tests app to build
> +test_names = [
> + 'acl_autotest',
> +
> From: Laatz, Kevin
> Sent: Tuesday, December 19, 2017 5:32 PM
> To: dev@dpdk.org
> Cc: Richardson, Bruce ; Laatz, Kevin
>
> Subject: [PATCH] meson: add tests to build
>
> This commit adds most of the remaining tests to the meson build.
> They can be run using test b
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pavan Nikhilesh
> Sent: Thursday, December 7, 2017 8:37 PM
> To: Eads, Gage ;
> jerin.jacobkollanukka...@cavium.com; Van Haaren, Harry
> ; Rao, Nikhil ;
> hemant.agra...@nxp.com; Ma, Liang J
> Cc: dev@dpdk.org; Pa
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pavan Nikhilesh
> Sent: Saturday, December 9, 2017 2:40 PM
> To: jerin.ja...@caviumnetworks.com
> Cc: dev@dpdk.org; Pavan Nikhilesh
> Subject: [dpdk-dev] [PATCH] eventdev: fix doxygen comments
>
> Fix doxygen ret
> > -Original Message-
> > From: Matej Vido [mailto:v...@cesnet.cz]
> > Sent: Wednesday, September 13, 2017 4:14 PM
> > To: Yigit, Ferruh ; Yang, Zhiyong
> > ; dev@dpdk.org
> > Subject: Re: [dpdk-dev] [PATCH v3 0/4] increase port_id range
> >
> > On 11.09.2017 12:23, Ferruh Yigit wrote:
>
80 matches
Mail list logo