Re: release schedule change proposal

2021-11-15 Thread Shepard Siegel
mas and others, Atomic Rules supports the move to a three release per year schedule. Shepard Siegel, CTO and Founder atomicrules.com

[PATCH] doc: update ark guide

2023-02-10 Thread Shepard Siegel
Include introduced FX2 PCIe ID and description. Signed-off-by: Shepard Siegel --- doc/guides/nics/ark.rst | 20 1 file changed, 20 insertions(+) diff --git a/doc/guides/nics/ark.rst b/doc/guides/nics/ark.rst index ba00f14e80..39cd75064d 100644 --- a/doc/guides/nics/ark.rst

Re: [PATCH] doc: update ark guide

2023-02-10 Thread Shepard Siegel
Hi Ferruh, The new FX2 device *is* supported by the ark driver as of DPDK 23.03. These changes bring the ark doc up to date for the upcoming release. -Shep On Fri, Feb 10, 2023 at 3:34 PM Ferruh Yigit wrote: > On 2/10/2023 7:38 PM, Shepard Siegel wrote: > > Include introduced FX2 PC

Re: [PATCH] doc: update ark guide

2023-02-10 Thread Shepard Siegel
Yes, exactly, the 1d6c:1022 device is the new FX2 device that will be supported in the 22.03 release. -Shep On Fri, Feb 10, 2023 at 4:11 PM Ferruh Yigit wrote: > On 2/10/2023 9:03 PM, Shepard Siegel wrote: > > Hi Ferruh, > > The new FX2 device *is* supported by the ark dr

Re: [PATCH] doc: update ark guide

2023-02-10 Thread Shepard Siegel
I meant to say "supported in the 23.03 release." just now in my email. sorry for the typo! On Fri, Feb 10, 2023 at 4:43 PM Shepard Siegel < shepard.sie...@atomicrules.com> wrote: > Yes, exactly, the 1d6c:1022 device is the new FX2 device that will be > supported in the 22

[PATCH v2] doc: update ark guide

2023-02-10 Thread Shepard Siegel
Add ark PCIe device 1d6c:1022 FX2 to pci_id_ark_map. Include introduced FX2 PCIe ID and description. Signed-off-by: Shepard Siegel --- doc/guides/nics/ark.rst | 20 drivers/net/ark/ark_ethdev.c | 1 + 2 files changed, 21 insertions(+) diff --git a/doc/guides/nics

Re: [PATCH v2] doc: update ark guide

2023-02-10 Thread Shepard Siegel
Thank you Ferruh, I understand now. We will abandon this patch and do exactly as you suggest with two separate patches. Thanks for your guidance. Look for the two patches ETA tomorrow. -Shep On Fri, Feb 10, 2023 at 5:56 PM Ferruh Yigit wrote: > On 2/10/2023 10:35 PM, Shepard Siegel wr

[PATCH v3 1/2] net/ark: introduce Arkville FX2 PCIe device

2023-02-10 Thread Shepard Siegel
are in a doc: patch with this submission. Signed-off-by: Shepard Siegel --- drivers/net/ark/ark_ethdev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ark/ark_ethdev.c b/drivers/net/ark/ark_ethdev.c index c654a229f7..b2995427c8 100644 --- a/drivers/net/ark/ark_ethdev.c +++ b

[PATCH v3 2/2] doc: add Arkville FX2 PCIe device description

2023-02-10 Thread Shepard Siegel
Update net/ark guide for clarity. Include list of FX0, FX1 and FX2 PCIe devices. Signed-off-by: Shepard Siegel --- doc/guides/nics/ark.rst | 20 1 file changed, 20 insertions(+) diff --git a/doc/guides/nics/ark.rst b/doc/guides/nics/ark.rst index ba00f14e80..39cd75064d

Re: [PATCH v3 2/2] doc: add Arkville FX2 PCIe device description

2023-02-10 Thread Shepard Siegel
ere are elements that are not clear, let me know and we will work to clarify it. Thank you for your efforts in this and countless other DPDK pushes! best, Shep On Fri, Feb 10, 2023 at 9:13 PM Ferruh Yigit wrote: > On 2/11/2023 1:26 AM, Shepard Siegel wrote: > > Update net/ark guid

[PATCH] doc: clarify the existing net/ark guide

2023-02-11 Thread Shepard Siegel
Add detail for the existing Arkville configurations FX0 and FX1. Corrected minor errors of omission. Signed-off-by: Shepard Siegel --- doc/guides/nics/ark.rst | 18 ++ 1 file changed, 18 insertions(+) diff --git a/doc/guides/nics/ark.rst b/doc/guides/nics/ark.rst index

[PATCH 1/2] net/ark: add new device to PCIe allowlist

2023-02-11 Thread Shepard Siegel
This patch adds the Arkville FX2 device to the PCIe allowlist. Signed-off-by: Shepard Siegel --- drivers/net/ark/ark_ethdev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ark/ark_ethdev.c b/drivers/net/ark/ark_ethdev.c index c654a229f7..b2995427c8 100644 --- a/drivers/net/ark

[PATCH 2/2] doc: update ark guide to include new PCIe device

2023-02-11 Thread Shepard Siegel
Add descriptions of the new FX2 device to the existing devices. Signed-off-by: Shepard Siegel --- doc/guides/nics/ark.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/nics/ark.rst b/doc/guides/nics/ark.rst index edaa02dc96..bbd7419d99 100644 --- a/doc/guides/nics/ark.rst

[PATCH 1/4] doc: clarify the existing net/ark guide

2023-02-13 Thread Shepard Siegel
Add detail for the existing Arkville configurations FX0 and FX1. Corrected minor errors of omission. Signed-off-by: Shepard Siegel --- doc/guides/nics/ark.rst | 18 ++ 1 file changed, 18 insertions(+) diff --git a/doc/guides/nics/ark.rst b/doc/guides/nics/ark.rst index

[PATCH 2/4] net/ark: add new device to PCIe allowlist

2023-02-13 Thread Shepard Siegel
This patch adds the Arkville FX2 device to the PCIe allowlist. Signed-off-by: Shepard Siegel --- drivers/net/ark/ark_ethdev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ark/ark_ethdev.c b/drivers/net/ark/ark_ethdev.c index c654a229f7..b2995427c8 100644 --- a/drivers/net/ark

[PATCH 3/4] doc: update ark guide to include new PCIe device

2023-02-13 Thread Shepard Siegel
Add descriptions of the new FX2 device to the existing devices. Signed-off-by: Shepard Siegel --- doc/guides/nics/ark.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/nics/ark.rst b/doc/guides/nics/ark.rst index edaa02dc96..bbd7419d99 100644 --- a/doc/guides/nics/ark.rst

[PATCH 4/4] doc: update Release Notes

2023-02-13 Thread Shepard Siegel
New Arkville FX2 device for PCIe Gen5x16 supported with net/ark Signed-off-by: Shepard Siegel --- doc/guides/rel_notes/release_23_03.rst | 4 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_23_03.rst b/doc/guides/rel_notes/release_23_03.rst index 7527c6d57f

Re: [PATCH 1/2] net/ark: add new device to PCIe allowlist

2023-02-13 Thread Shepard Siegel
023 2:14 PM, Shepard Siegel wrote: > > This patch adds the Arkville FX2 device to the PCIe allowlist. > > > > Signed-off-by: Shepard Siegel > > Hi Shepard, Ed, > > The patchset looks good, I can squash them into single patch while merging. > > I don't kn

Re: [PATCH 1/4] doc: clarify the existing net/ark guide

2023-02-13 Thread Shepard Siegel
seful when the are conflicting motivations for using smaller/larger MBUF sizes. For example, user can switch a queue to use a size best for that queue's application workload. -Shep On Mon, Feb 13, 2023 at 10:46 AM Ferruh Yigit wrote: > On 2/13/2023 2:58 PM, Shepard Siegel wrote: > >

Re: [PATCH 2/4] net/ark: add new device to PCIe allowlist

2023-02-13 Thread Shepard Siegel
Hi Ferruh, If you dont mind squashing 2/4 3/4 4/4 together, that would be great. Thank you for correcting on the allowlist, s..b "supported PCIe ids list" instead. best, Shep On Mon, Feb 13, 2023 at 10:51 AM Ferruh Yigit wrote: > On 2/13/2023 2:58 PM, Shepard Siegel wrote: &

Re: [PATCH 1/4] doc: clarify the existing net/ark guide

2023-02-13 Thread Shepard Siegel
is a unique capability they think we should point out. -Shep On Mon, Feb 13, 2023 at 12:23 PM Ferruh Yigit wrote: > On 2/13/2023 5:09 PM, Shepard Siegel wrote: > > Hi Ferruh, > > > > Yes, there will probably be next versions in the future. If you don't > > min

[PATCH 2/2] net/ark: add new ark PCIe device

2023-02-13 Thread Shepard Siegel
This patch adds the Arkville FX2 to known PCIe device list Update documentation and release notes. Signed-off-by: Shepard Siegel --- doc/guides/nics/ark.rst| 3 ++- doc/guides/rel_notes/release_23_03.rst | 4 drivers/net/ark/ark_ethdev.c | 1 + 3 files changed, 7

[PATCH 1/2] doc: clarify the existing net/ark guide

2023-02-13 Thread Shepard Siegel
Add detail for the existing Arkville configurations FX0 and FX1. Corrected minor errors of omission. Signed-off-by: Shepard Siegel --- doc/guides/nics/ark.rst | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/doc/guides/nics/ark.rst b/doc/guides/nics

[dpdk-dev] Intent to upstream Atomic Rules net/ark "Arkville" in DPDK 17.05

2016-12-03 Thread Shepard Siegel
will commence the patch submission process. Thanks all who have helped us get this far so soon. Anyone needing additional details that aren’t DPDK community wide, please contact me directly. Shep for AR Team Shepard Siegel, CTO atomicrules.com Links: https://dl.dropboxusercontent.com/u

[dpdk-dev] DPDK v16.07 Build Failure with Unsupported OS CentOS 6.8

2016-12-28 Thread Shepard Siegel
Arkville IP in this system. Thanks in advance for any constructive feedback. Happy Holidays All. -Shep Shepard Siegel, CTO atomicrules.com

Re: [dpdk-dev] DPDK v16.07 Build Failure with Unsupported OS CentOS 6.8

2016-12-28 Thread Shepard Siegel
Follow-Up: We're all set, thanks John Miller; and my apologies for incorrectly posting this to "dev" as opposed to "users" mailing list. -Shep On Wed, Dec 28, 2016 at 9:13 AM, Shepard Siegel < shepard.sie...@atomicrules.com> wrote: > A client of ours shipp

Re: [dpdk-dev] [PATCH] net/ark: poll-mode driver for AtomicRules Arkville

2017-03-20 Thread Shepard Siegel
-Shep for AR team On Mon, Mar 20, 2017 at 8:36 AM, Ferruh Yigit wrote: > On 3/17/2017 9:15 PM, Ed Czeck wrote: > > This is the PMD for Atomic Rules's Arkville ARK family of devices. > > See doc/guides/nics/ark.rst for detailed description. > > > > > > Signed

Re: [dpdk-dev] [PATCH v7 1/7] net/ark: stub PMD for Atomic Rules Arkville

2017-03-31 Thread Shepard Siegel
Rules has joined LF/DPDK as a Silver Member. I've been in contact with Tim and Thomas on this. Atomic Rules will included in some of the press around next week's ONS event. We are honored to be part of this group! -Shep for the Atomic Rules team Shepard Siegel, CTO atomicrules.com On F

Re: [dpdk-dev] [PATCH 1/2] net/ark: allow unique user data for each port in extension calls

2017-06-23 Thread Shepard Siegel
Arkville DPDK device. -Shep Shepard Siegel, CTO atomicrules.com On Fri, Jun 23, 2017 at 5:21 AM, Ferruh Yigit wrote: > On 6/22/2017 1:30 PM, John Miller wrote: > > Provide unique user data pointer in the extension calls for > > each port. > > Hi John, > > Can you please

[dpdk-dev] Proposal - ARM Support for Arkville PMD in DPDK 17.08

2017-05-04 Thread Shepard Siegel
deep level of testing that is done with x86. Informally, we are reaching out to other DPDK developers who are currently supporting ARM so that we may share their best-practices and avoid their pitfalls. Shep for AR team Shepard Siegel, CTO atomicrules.com

[dpdk-dev] Best Practices for PMD Verification before Upstream Requests

2016-08-17 Thread Shepard Siegel
top gripe we might try to avoid in our Arkville L2 baseline PMD? Thanks in advance. We won?t have anyone at the Dublin DPDK Summit, but we will be at FPL2016 in two weeks. Any constructive feedback is greatly appreciated! Shepard Siegel, CTO atomicrules.com <http://atomicrules.com>

[dpdk-dev] Best Practices for PMD Verification before Upstream Requests

2016-11-02 Thread Shepard Siegel
under $dpdk/drivers/net/ark . We are looking past 16.11 to possibly jump on board when the 17.02 window opens in December. One question that came up is "Should we do a thorough port and regression against 16.11 as a precursor to up streaming at 17.02?". Constructive feedback always wel