From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 8BFEA2BAF; Tue, 12 Mar 2019 04:12:04 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Mar 2019 20:12:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,469,1544515200"; d="scan'208";a="126143361" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga006.jf.intel.com with ESMTP; 11 Mar 2019 20:12:03 -0700 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 11 Mar 2019 20:12:02 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 11 Mar 2019 20:12:02 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.134]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.158]) with mapi id 14.03.0415.000; Tue, 12 Mar 2019 11:12:00 +0800 From: "Zhang, Qi Z" To: "Luo, Michael" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH] net/i40e: fix time sync for 25G Thread-Index: AQHU193BeBC1xW+mwkqz25AQh2DduqYGrfgAgACkzVA= Date: Tue, 12 Mar 2019 03:11:59 +0000 Message-ID: <039ED4275CED7440929022BC67E706115334B02C@SHSMSX103.ccr.corp.intel.com> References: <20190311074220.14588-1-qi.z.zhang@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWViYzYxZGEtN2EzMC00NzI1LWI0NGYtODZjYmQ2NjhjZmNlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiRFc4SlBxWEp5OXluWUdUS1ZNR0lLbEwxbUxyR1NCU083MWx4YUFlcW53RDNkSzVkcmVtVFlNaFpqZDc1QkJQOSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix time sync for 25G 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: , X-List-Received-Date: Tue, 12 Mar 2019 03:12:05 -0000 > -----Original Message----- > From: Luo, Michael > Sent: Tuesday, March 12, 2019 9:21 AM > To: Zhang, Qi Z ; dev@dpdk.org > Cc: stable@dpdk.org > Subject: RE: [PATCH] net/i40e: fix time sync for 25G >=20 > Verified the patch on DPDK 18.11. >=20 > Best regards, > Michael >=20 > -----Original Message----- > From: Zhang, Qi Z > Sent: Monday, March 11, 2019 3:42 PM > To: dev@dpdk.org > Cc: Luo, Michael ; Zhang, Qi Z ; > stable@dpdk.org > Subject: [PATCH] net/i40e: fix time sync for 25G >=20 > Time sync increment value is not configured for 25G device. >=20 > The patch fix this issue by setting the same value as 40G, this aligned w= ith kernel > driver's behaviour. >=20 > Fixes: 75d133dd3296 ("net/i40e: enable 25G device") > Cc: stable@dpdk.org >=20 > Reported-by: Michael Luo > Signed-off-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi