2021-08-14 08:55 (UTC-0700), William Tu:
> Hi Dmitry,
>
> I'm looking at this patch and have some questions.
>
> On Thu, Feb 27, 2020 at 10:08 PM Dmitry Kozlyuk
> wrote:
> >
> > Signed-off-by: Dmitry Kozlyuk
> > ---
> > drivers/net/virtio/virtio_ethdev.c| 4 +
> > kernel/windows/
Hi Dmitry,
I'm looking at this patch and have some questions.
On Thu, Feb 27, 2020 at 10:08 PM Dmitry Kozlyuk
wrote:
>
> Signed-off-by: Dmitry Kozlyuk
> ---
> drivers/net/virtio/virtio_ethdev.c| 4 +
> kernel/windows/netuio/netuio.inf | 6 +
> lib/librte_eal/window
On Sat, Aug 14, 2021 at 4:31 AM Dmitry Kozlyuk wrote:
>
> Hi William,
>
> 2021-08-14 03:36 (UTC+), William Tu:
> > I don't have a physical Windows testbed so I want to see if I can
> > get virtual nic working, in this case ENA driver on AWS.
> > The patch passes build on Windows, but I haven't
Added the files to illustrate the learner table usage.
Signed-off-by: Cristian Dumitrescu
---
V2: Added description to the .spec file.
examples/pipeline/examples/learner.cli | 37 +++
examples/pipeline/examples/learner.spec | 127
2 files changed, 164 insertions(
Add pipeline level support for learner tables.
Signed-off-by: Cristian Dumitrescu
---
V2: Added more configuration consistency checks.
V3: Fixed one coding style indentation error.
lib/pipeline/rte_swx_ctl.c | 479 +++-
lib/pipeline/rte_swx_ctl.h | 185 +
lib/
Add application-level support for learner tables.
Signed-off-by: Cristian Dumitrescu
---
examples/pipeline/cli.c | 174
1 file changed, 174 insertions(+)
diff --git a/examples/pipeline/cli.c b/examples/pipeline/cli.c
index a29be05ef4..ad6e3db8d7 100644
-
A learner table is typically used for learning or connection tracking,
where it allows for the implementation of the "add on miss" scenario:
whenever the lookup key is not found in the table (lookup miss), the
data plane can decide to add this key to the table with a given action
with no control pl
Added the files to illustrate the learner table usage.
Signed-off-by: Cristian Dumitrescu
---
V2: Added description to the .spec file.
examples/pipeline/examples/learner.cli | 37 +++
examples/pipeline/examples/learner.spec | 127
2 files changed, 164 insertions(
Add pipeline level support for learner tables.
Signed-off-by: Cristian Dumitrescu
---
V2: Added more configuration consistency checks.
lib/pipeline/rte_swx_ctl.c | 479 +++-
lib/pipeline/rte_swx_ctl.h | 185 +
lib/pipeline/rte_swx_pipeline.c | 1041 ++
Add application-level support for learner tables.
Signed-off-by: Cristian Dumitrescu
---
examples/pipeline/cli.c | 174
1 file changed, 174 insertions(+)
diff --git a/examples/pipeline/cli.c b/examples/pipeline/cli.c
index a29be05ef4..ad6e3db8d7 100644
-
A learner table is typically used for learning or connection tracking,
where it allows for the implementation of the "add on miss" scenario:
whenever the lookup key is not found in the table (lookup miss), the
data plane can decide to add this key to the table with a given action
with no control pl
Hi William,
2021-08-14 03:36 (UTC+), William Tu:
> I don't have a physical Windows testbed so I want to see if I can
> get virtual nic working, in this case ENA driver on AWS.
> The patch passes build on Windows, but I haven't tested loading
> the ena driver.
> I want to know if this is the ri
12 matches
Mail list logo