From be4419fa6ba7adc72261d0f728be3d871db97df5 Mon Sep 17 00:00:00 2001 From: sunligang Date: Tue, 11 May 2021 17:54:49 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spdk.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spdk.spec b/spdk.spec index 9e2a0a8..b1d159f 100644 --- a/spdk.spec +++ b/spdk.spec @@ -50,7 +50,9 @@ Requires(postun): /sbin/ldconfig %description The Storage Performance Development Kit provides a set of tools and libraries for writing high performance, scalable, user-mode storage -applications. +applications. It achieves high performance by moving all of the necessary drivers into userspace +and operating in a polled mode instead of relying on interrupts,which avoids kernel context switches +and eliminates interrupt handling overhead. %package devel -- Gitee From 441c778edb1fb9da4c9d6b86fb6620874a0c9923 Mon Sep 17 00:00:00 2001 From: sunligang Date: Wed, 12 May 2021 10:44:23 +0800 Subject: [PATCH 2/2] modify Release version from 2 to 3 --- spdk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spdk.spec b/spdk.spec index b1d159f..87ef77c 100644 --- a/spdk.spec +++ b/spdk.spec @@ -3,7 +3,7 @@ Name: spdk Version: 21.01 -Release: 2 +Release: 3 Summary: Set of libraries and utilities for high performance user-mode storage License: BSD and MIT URL: http://spdk.io -- Gitee