From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E58732C56 for ; Mon, 27 Feb 2017 04:31:39 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Feb 2017 19:31:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,212,1484035200"; d="scan'208";a="1135274639" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga002.fm.intel.com with ESMTP; 26 Feb 2017 19:31:33 -0800 Message-ID: <58B39BD6.5070602@intel.com> Date: Mon, 27 Feb 2017 11:24:06 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Peng Yuan , dts@dpdk.org References: <1488214610-4561-1-git-send-email-yuan.peng@intel.com> In-Reply-To: <1488214610-4561-1-git-send-email-yuan.peng@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH v2] test_plans: add test plan of macsec_for_ixgbe X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 03:31:40 -0000 Yuan, Look like SA support multi configurations. But in the test plan only covered index 0. Is there any gap here? And please remove blank lines in the end of test plan. Thank, Marvin On 02/28/2017 12:56 AM, Peng Yuan wrote: > +3. added command:: > + > + testpmd>set macsec offload (port_id) on encrypt (on|off) replay-protect (on|off) > + " Enable MACsec offload. " > + testpmd>set macsec offload (port_id) off > + " Disable MACsec offload. " > + testpmd>set macsec sc (tx|rx) (port_id) (mac) (pi) > + " Configure MACsec secure connection (SC). " > + testpmd>set macsec sa (tx|rx) (port_id) (idx) (an) (pn) (key) > + " Configure MACsec secure association (SA). " > +