From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id CBE395F1A for ; Fri, 9 Mar 2018 19:17:49 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Mar 2018 10:17:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,446,1515484800"; d="scan'208";a="32641441" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by FMSMGA003.fm.intel.com with ESMTP; 09 Mar 2018 10:17:47 -0800 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 9 Mar 2018 18:17:46 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.197]) by irsmsx155.ger.corp.intel.com ([169.254.14.21]) with mapi id 14.03.0319.002; Fri, 9 Mar 2018 18:17:46 +0000 From: "Trahe, Fiona" To: Lee Roberts , "Griffin, John" , "Jain, Deepak K" CC: "dev@dpdk.org" , "Trahe, Fiona" Thread-Topic: [PATCH] assign QAT cryptodev to correct NUMA node Thread-Index: AQHTt9CcDAySyOIBq0yS66Bi4YhQYKPINb9A Date: Fri, 9 Mar 2018 18:17:45 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B4358933BCD9@IRSMSX103.ger.corp.intel.com> References: <1520618436-6089-1-git-send-email-lee.roberts@hpe.com> In-Reply-To: <1520618436-6089-1-git-send-email-lee.roberts@hpe.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2I1Njg4NTktNGVmOC00ZWU0LWFiYzktZWYyNjRjYzhiNjVlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkxHdUxUakxtemFIVDBLS1JmSFFWZVdlNnRKT25JMmtUeW54ZFwvdWFRZXJRPSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] assign QAT cryptodev to correct NUMA node 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: Fri, 09 Mar 2018 18:17:51 -0000 Hi Lee, Thanks for investigating this. > -----Original Message----- > From: Lee Roberts [mailto:lee.roberts@hpe.com] > Sent: Friday, March 9, 2018 6:01 PM > To: Griffin, John ; Trahe, Fiona ; Jain, Deepak K > > Cc: dev@dpdk.org; Lee Roberts > Subject: [PATCH] assign QAT cryptodev to correct NUMA node >=20 > rte_cryptodev_pmd_init_params should use NUMA node of the QAT device > for its socket_id rather than the socket_id of the initializing process. >=20 > Signed-off-by: Lee Roberts Acked-by: Fiona Trahe