Message ID | 20230823093158.782802-1-junfeng.guo@intel.com (mailing list archive) |
---|---|
Headers | show
Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 76E20A956 for <netdev@vger.kernel.org>; Wed, 23 Aug 2023 09:32:26 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2CB392D58 for <netdev@vger.kernel.org>; Wed, 23 Aug 2023 02:32:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692783137; x=1724319137; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=6QAexmHbmZoe4XdUj6ufr7CchVYTONamiqfOs216LNQ=; b=kY1xna5ot2wloBGK0aQ6HOodHRkDOUjypaRjjNVm7AUcYyNJb41pa4hH WWpPEDDzY0YlFm1VklmX8F8+KdPuIJ4rlt46mrWJdx8rPinwN2yD91CCb YY5vceqmnwDOwqwwK/+/mMnfFY5UebnKhL8Y6L+Ki5nyHVPxsixvCeWhG 9rI/uCVdu9a3jwUlo8EwWF8UYKyqpdKacCtYpG+cBF4j94xzeS+2PpJ/m O7SvKxwvT8qPnaMHGtBfma5niATPH2sjORMMsQIadGDGe2fnzDjMnDR8w Gwt/7KmcWWBpXjQOh1TxqT+yjURQNR33bwBP4fhyEeXYPaZazUSP3+/yx w==; X-IronPort-AV: E=McAfee;i="6600,9927,10810"; a="359100446" X-IronPort-AV: E=Sophos;i="6.01,195,1684825200"; d="scan'208";a="359100446" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2023 02:32:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10810"; a="713507406" X-IronPort-AV: E=Sophos;i="6.01,195,1684825200"; d="scan'208";a="713507406" Received: from dpdk-jf-ntb-v2.sh.intel.com ([10.67.119.19]) by orsmga006.jf.intel.com with ESMTP; 23 Aug 2023 02:32:01 -0700 From: Junfeng Guo <junfeng.guo@intel.com> To: intel-wired-lan@lists.osuosl.org Cc: netdev@vger.kernel.org, anthony.l.nguyen@intel.com, jesse.brandeburg@intel.com, qi.z.zhang@intel.com, ivecera@redhat.com, sridhar.samudrala@intel.com, horms@kernel.org, Junfeng Guo <junfeng.guo@intel.com> Subject: [PATCH iwl-next v7 00/15] Introduce the Parser Library Date: Wed, 23 Aug 2023 17:31:43 +0800 Message-Id: <20230823093158.782802-1-junfeng.guo@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230821081438.2937934-1-junfeng.guo@intel.com> References: <20230821081438.2937934-1-junfeng.guo@intel.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE, SPF_NONE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net |
Series |
Introduce the Parser Library
|
expand
|