On Wed, Apr 24, 2024 at 6:54 PM Robin Jarry wrote:
>
> Robin Jarry, Apr 14, 2024 at 12:35:
> > Jerin Jacob, Apr 06, 2024 at 01:11:
> > > Great.
> > >
> > > You may consider improving and/or adding inbuilt nodes for generic
> > > protocol processing. Furthermore, consider contributing on app/graph.
Hello,
I am facing a problem while creating the configuration. I am trying to make
a clang-format that formats codes without changing any codebases. Here is
the question:
clang-format related config:
...
BraceWrapping:
AfterFunction: true
...
If the configuration supports braces after fun
clang-format is a tool to format C/C++/Objective-C code. It can be used
to reformat code to match a given coding style, or to ensure that code
adheres to a specific coding style. It helps to maintain a consistent
coding style across the DPDK codebase.
.clang-format file overrides the default style
On 2024-05-04 01:30, Tyler Retzlaff wrote:
On Fri, May 03, 2024 at 08:41:09AM +0200, Mattias Rönnblom wrote:
On 2024-05-02 07:57, Mattias Rönnblom wrote:
Add atomic bit test/set/clear/assign/flip and
test-and-set/clear/assign/flip functions.
All atomic bit functions allow (and indeed, require)
On Sat, 4 May 2024 13:41:35 +
Abdullah Ömer Yamaç wrote:
> clang-format is a tool to format C/C++/Objective-C code. It can be used
> to reformat code to match a given coding style, or to ensure that code
> adheres to a specific coding style. It helps to maintain a consistent
> coding style a
I was confused about the kernel functions. I didn't understand what you
meant at first, but now I understand. I will send a new patch with all
DPDK-related foreach macros.
On Sat, May 4, 2024 at 7:27 PM Stephen Hemminger
wrote:
> On Sat, 4 May 2024 13:41:35 +
> Abdullah Ömer Yamaç wrote:
clang-format is a tool to format C/C++/Objective-C code. It can be used
to reformat code to match a given coding style, or to ensure that code
adheres to a specific coding style. It helps to maintain a consistent
coding style across the DPDK codebase.
.clang-format file overrides the default style
Hi Dmitry,
I tried your settings tonight and the application VIRT memory is now 7.9G and
is in the ball park, you are amazing.
#define RTE_MAX_MEMSEG_LISTS 2
#define RTE_MAX_MEMSEG_PER_LIST 1024
#define RTE_MAX_MEM_MB_PER_LIST 2048
#define RTE_MAX_MEMSEG_PER_TYPE 1024
#define RTE_MAX_MEM_MB_PER_T
8 matches
Mail list logo