From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2FFED43F47; Mon, 29 Apr 2024 14:52:09 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B23A4402A3; Mon, 29 Apr 2024 14:52:08 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 9D0684025C for ; Mon, 29 Apr 2024 14:52:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1714395127; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=RwBaSPp06T7BwlRXzAhscv0QDSxJbi2Up6SbUhqsg6c=; b=CvpDO18QOTuU4Tkja0KzN3aTmYx61RQ5szc6tPEDFWP4HaWRynAA2AUbROtfSk/l0tvPr3 n3e6Mo/n4PvfYgNcKR8Kce7pxcmtmcxnN18BsGneGM/UdLohBAN8TBHH5fEmGalKHcj/4t XbVSTADWAOZpaqR2OcS3zT8CYdD6+j4= Received: from mail-ej1-f72.google.com (mail-ej1-f72.google.com [209.85.218.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-137-nfi1IHeVNUyBDwD_SW2P_A-1; Mon, 29 Apr 2024 08:52:05 -0400 X-MC-Unique: nfi1IHeVNUyBDwD_SW2P_A-1 Received: by mail-ej1-f72.google.com with SMTP id a640c23a62f3a-a590fa4a117so10335366b.1 for ; Mon, 29 Apr 2024 05:52:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1714395124; x=1714999924; h=in-reply-to:from:content-language:references:cc:to:subject :user-agent:mime-version:date:message-id:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=RwBaSPp06T7BwlRXzAhscv0QDSxJbi2Up6SbUhqsg6c=; b=nWMABD1AkmSr0CsLC6sR8Si7anFkzMGhaiXiPMtjzs2aoYH/OyFR0JYT8dU6Z8SWrh WaVOHa5e3m7b/slld78y57RxnvyiyYej68yrmYVTA2r/lYUIkBshuL3OV1CVaMh+Jayz PJlothEe7Snhu/Kot9ga7wuctZN5PPaZrB5z64RJejigEnJMECYsvSPr2r8j8UAdetFq viIfKV1cNXL+TvdvU6/wg1jYZOF555xiyeKgukNgx1CD+xE03mfUWFtg1EFpT6sBSEMQ lCXs3WZjOIJ4+TYjz4z3+idsVjcAOsolhYFdM5RnNPWiJ409OYU7RcNO7/A0MA3VAYt7 6MIA== X-Gm-Message-State: AOJu0YyL4P4/ESuNx3o2Q1nqZt2LSyx4EKB8OVOqTJKySNUpa19C1Xi3 7W+S7q3qZaBndPriK71o1/W2WA16jVmu5jdEL2bCapNezndszr2epKmqgCHTXZvuA18RtELCvJM SaaRBB245gcjnjP+W/Q7X2b5/l+dzJPc54krYMHwh X-Received: by 2002:a17:906:5851:b0:a52:54d8:6d21 with SMTP id h17-20020a170906585100b00a5254d86d21mr7793812ejs.7.1714395124115; Mon, 29 Apr 2024 05:52:04 -0700 (PDT) X-Google-Smtp-Source: AGHT+IH+hdZPf8dDSWXBbuWzfJG1w3WbHTTWOujkXUR9oZto6AlMUhAu7zWBSW2Rd9pZhq1BSaPEsQ== X-Received: by 2002:a17:906:5851:b0:a52:54d8:6d21 with SMTP id h17-20020a170906585100b00a5254d86d21mr7793793ejs.7.1714395123725; Mon, 29 Apr 2024 05:52:03 -0700 (PDT) Received: from [192.168.0.12] ([78.19.107.181]) by smtp.gmail.com with ESMTPSA id f17-20020a17090660d100b00a587236e646sm8336060ejk.174.2024.04.29.05.52.03 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 29 Apr 2024 05:52:03 -0700 (PDT) Message-ID: Date: Mon, 29 Apr 2024 13:52:02 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [v1 1/1] docs: af_xdp device plugin repo update To: Ferruh Yigit , stephen@networkplumber.org, lihuisong@huawei.com, fengchengwen@huawei.com, liuyonglong@huawei.com, david.marchand@redhat.com, shibin.koikkara.reeny@intel.com, ciara.loftus@intel.com Cc: dev@dpdk.org, stable@dpdk.org References: <20240425150902.1364384-1-mtahhan@redhat.com> From: Maryam Tahhan In-Reply-To: X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: multipart/alternative; boundary="------------RWazty1KpTcrYBmSi65YPAvL" Content-Language: en-US X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org This is a multi-part message in MIME format. --------------RWazty1KpTcrYBmSi65YPAvL Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 26/04/2024 15:54, Ferruh Yigit wrote: > On 4/25/2024 4:08 PM, Maryam Tahhan wrote: >> Fixup the references to the AF_XDP Device Plugin repo. >> >> Fixes: 66a2aca4f512 ("docs: fix AF_XDP device plugin howto") >> Cc:stable@dpdk.org >> >> Signed-off-by: Maryam Tahhan >> --- >> doc/guides/howto/af_xdp_cni.rst | 12 ++++++------ >> doc/guides/nics/af_xdp.rst | 2 +- >> 2 files changed, 7 insertions(+), 7 deletions(-) >> > Hi Maryam, > > 'af_xdp_cni.rst' is renamed to 'af_xdp_dp.rst' by one of your previous > patch. > > I assume you did this patch on top of latest 'main' repo, but as af_xdp > patches merged on next-net [1] repo, can you please make your patch on > top of it? Sorry I did make the change on top of main - I will rebase it ondpdk-next-net/ and resubmit > > > [1] > https://git.dpdk.org/next/dpdk-next-net/ > --------------RWazty1KpTcrYBmSi65YPAvL Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit
On 26/04/2024 15:54, Ferruh Yigit wrote:
On 4/25/2024 4:08 PM, Maryam Tahhan wrote:
Fixup the references to the AF_XDP Device Plugin repo.

Fixes: 66a2aca4f512 ("docs: fix AF_XDP device plugin howto")
Cc: stable@dpdk.org

Signed-off-by: Maryam Tahhan <mtahhan@redhat.com>
---
 doc/guides/howto/af_xdp_cni.rst | 12 ++++++------
 doc/guides/nics/af_xdp.rst      |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

Hi Maryam,

'af_xdp_cni.rst' is renamed to 'af_xdp_dp.rst' by one of your previous
patch.

I assume you did this patch on top of latest 'main' repo, but as af_xdp
patches merged on next-net [1] repo, can you please make your patch on
top of it?

Sorry I did make the change on top of main - I will rebase it on dpdk-next-net/ and resubmit



[1]
https://git.dpdk.org/next/dpdk-next-net/


--------------RWazty1KpTcrYBmSi65YPAvL--