From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 51BA3A00E6 for ; Thu, 11 Jul 2019 15:24:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 276A61B464; Thu, 11 Jul 2019 15:24:44 +0200 (CEST) Received: from mail-lf1-f67.google.com (mail-lf1-f67.google.com [209.85.167.67]) by dpdk.org (Postfix) with ESMTP id 95A762F42 for ; Thu, 11 Jul 2019 15:24:43 +0200 (CEST) Received: by mail-lf1-f67.google.com with SMTP id h28so4051309lfj.5 for ; Thu, 11 Jul 2019 06:24:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=OxD++VYPSTV6mFojPqEOF/qaWjX5qv0k8to3BLmWdk0=; b=W/h7WQk/3pnXe2rW1hR5T+mR2kFT7a+15gA4ZmM6MtwRTeSye5BddCbTk61JuyIl0j /IS97EcrW0Dg22Ar0vbx/MlxaaWGuZKpcWFcS+ALT6CuBrAh+lW4KMrzSAO1JnHP7DDa Nsuz4nSZEmhRRT7L2/T5XyMmDD15iAdDNB2x0f9fNMJQE6LCH7EkwHj4dMlUAzxhs5Oc 2XgqAJ9liQ0cktNSdmYQbKMNecVAYu1pHie77HuUGcqpBkAyhLIfrUcI9YHUqmA9+BZd 6UpgX8WTFELNCP8opvpuUIsoisFHgKPQYMZgBHrYzhCd1OKkATyn4+Ziy90djSyAHnQS CLaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=OxD++VYPSTV6mFojPqEOF/qaWjX5qv0k8to3BLmWdk0=; b=A409OEcJGaXSeS3+6/VXxcDeNsSf/sp0FKKfX8p1seRh8I5bRpkDU/AIIVobA2VdPb 5DbfGhmti2g0i24EY7nOALkJijFl2bj1DA0x/mCgNasnwyTLRlOpCDaTFZSx85ooXZyJ 3nqvI2Z64OEth9m2QHTV2m+ijthj7u4tOeSEpX2TPguReA7mhMXOvmPldID/aWFIKeWr Rb/4yR9VI4hz08og2K2FYKs5ra0J0c/t6E6nvWWuptpd2ijltxdgjtYcYnia4GWVv2s/ cFYUlax8SGDRbIcrJl+dmfV+mECZPVN+Rn5h5AWCykcOwlih8MnxPYRoYRSIaUmWVdxf 81gg== X-Gm-Message-State: APjAAAUHD2bCtuziLJOqGFijB7+D5cxwB8+i98cbkMXKzzeqBZ8kUfY1 p6JzFmpWnVzGVOd40pURMA5AyvOXeZwkhhWLW8IlgW/P X-Google-Smtp-Source: APXvYqzeSHb3UAlEEY9e8YGq72BiQ8TAd6siNs6bVvhdvS3NYvPqnB84chVpOvUJCmCrXSxsKjm2RB21nV7StKR6rzc= X-Received: by 2002:ac2:51a3:: with SMTP id f3mr1811381lfk.94.1562851482976; Thu, 11 Jul 2019 06:24:42 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: chetan bhasin Date: Thu, 11 Jul 2019 18:54:31 +0530 Message-ID: To: dev@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] Dpdk version 17.11.4 (i40e) switchover is not working X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hello Everyone, I have figured out the DPDK version , i.e 18.11.2 , where LSC is working fine for i40e (X722) under bond setup. So command-line I am using is ./testpmd -c f -n 4 --vdev 'net_bonding0,mode=1,slave=0000:009:00.2,slave=0000:009:00.0,primary=0000:009:00.2' -- -I Can anybody please provide a direction towards which patch I should look into , as there are lots of changes between dpdk-17.11.4 and dpdk-18.11.2. I have tried some patches related to i40e driver but no success yet. Thanks & Regards, Chetan Bhasin On Thu, Jul 4, 2019 at 7:51 PM chetan bhasin wrote: > Hello folks, > > I am using dpdk 17.11.4 version , it's a bare metal server with intel X722 > nic with firm-ware version 4.0. > > The problem is switch-over is not working, looks like dpdk is not able to > get link down trigger. > > Can anybody guide us please . > > Thanks, > Chetan Bhasin >