[PATCH 1/2] powerpc,e5500: add networking to defconfig

Subsystems: linux for powerpc (32-bit and 64-bit), the rest

STALE5574d

6 messages, 3 authors, 2011-05-19 · open the first message on its own page

[PATCH 1/2] powerpc,e5500: add networking to defconfig

From: Scott Wood <hidden>
Date: 2011-05-10 18:02:06

Even though support for the p5020's on-chip ethernet is not yet upstream,
it is not appropriate to disable all networking support (including
loopback, unix domain sockets, external ethernet devices, etc) in the
defconfig.  The networking settings are taken from mpc85xx_smp_defconfig,
minus the drivers for ethernet devices not found on any current e5500
chip.

The other changes are the result of running "make savedefconfig".

Signed-off-by: Scott Wood <redacted>
---
 arch/powerpc/configs/e55xx_smp_defconfig |   38 ++++++++++++++++++++++-------
 1 files changed, 29 insertions(+), 9 deletions(-)
diff --git a/arch/powerpc/configs/e55xx_smp_defconfig b/arch/powerpc/configs/e55xx_smp_defconfig
index 9fa1613..f4c5780 100644
--- a/arch/powerpc/configs/e55xx_smp_defconfig
+++ b/arch/powerpc/configs/e55xx_smp_defconfig
@@ -6,10 +6,10 @@ CONFIG_NR_CPUS=2
 CONFIG_EXPERIMENTAL=y
 CONFIG_SYSVIPC=y
 CONFIG_BSD_PROCESS_ACCT=y
+CONFIG_SPARSE_IRQ=y
 CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y
 CONFIG_LOG_BUF_SHIFT=14
-CONFIG_SYSFS_DEPRECATED_V2=y
 CONFIG_BLK_DEV_INITRD=y
 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
 CONFIG_EXPERT=y
@@ -25,8 +25,32 @@ CONFIG_P5020_DS=y
 CONFIG_NO_HZ=y
 CONFIG_HIGH_RES_TIMERS=y
 CONFIG_BINFMT_MISC=m
-CONFIG_SPARSE_IRQ=y
 # CONFIG_PCI is not set
+CONFIG_NET=y
+CONFIG_PACKET=y
+CONFIG_UNIX=y
+CONFIG_XFRM_USER=y
+CONFIG_NET_KEY=y
+CONFIG_INET=y
+CONFIG_IP_MULTICAST=y
+CONFIG_IP_ADVANCED_ROUTER=y
+CONFIG_IP_MULTIPLE_TABLES=y
+CONFIG_IP_ROUTE_MULTIPATH=y
+CONFIG_IP_ROUTE_VERBOSE=y
+CONFIG_IP_PNP=y
+CONFIG_IP_PNP_DHCP=y
+CONFIG_IP_PNP_BOOTP=y
+CONFIG_IP_PNP_RARP=y
+CONFIG_NET_IPIP=y
+CONFIG_IP_MROUTE=y
+CONFIG_IP_PIMSM_V1=y
+CONFIG_IP_PIMSM_V2=y
+CONFIG_ARPD=y
+CONFIG_INET_ESP=y
+# CONFIG_INET_XFRM_MODE_BEET is not set
+# CONFIG_INET_LRO is not set
+CONFIG_IPV6=y
+CONFIG_IP_SCTP=m
 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
 CONFIG_PROC_DEVICETREE=y
 CONFIG_BLK_DEV_LOOP=y
@@ -34,6 +58,9 @@ CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=131072
 CONFIG_MISC_DEVICES=y
 CONFIG_EEPROM_LEGACY=y
+CONFIG_NETDEVICES=y
+CONFIG_DUMMY=y
+CONFIG_NET_ETHERNET=y
 CONFIG_INPUT_FF_MEMLESS=m
 # CONFIG_INPUT_MOUSEDEV is not set
 # CONFIG_INPUT_KEYBOARD is not set
@@ -64,7 +91,6 @@ CONFIG_NLS=y
 CONFIG_NLS_UTF8=m
 CONFIG_CRC_T10DIF=y
 CONFIG_CRC_ITU_T=m
-CONFIG_LIBCRC32C=m
 CONFIG_FRAME_WARN=1024
 CONFIG_DEBUG_FS=y
 CONFIG_DEBUG_KERNEL=y
@@ -74,12 +100,6 @@ CONFIG_DEBUG_INFO=y
 # CONFIG_RCU_CPU_STALL_DETECTOR is not set
 CONFIG_SYSCTL_SYSCALL_CHECK=y
 CONFIG_VIRQ_DEBUG=y
-CONFIG_CRYPTO=y
-CONFIG_CRYPTO_CBC=y
 CONFIG_CRYPTO_PCBC=m
-CONFIG_CRYPTO_HMAC=y
-CONFIG_CRYPTO_MD5=y
-CONFIG_CRYPTO_SHA1=m
-CONFIG_CRYPTO_DES=y
 # CONFIG_CRYPTO_ANSI_CPRNG is not set
 CONFIG_CRYPTO_DEV_TALITOS=y
-- 
1.7.4.1

RE: [linuxppc-release] [PATCH 1/2] powerpc, e5500: add networking to defconfig

From: Li Yang-R58472 <hidden>
Date: 2011-05-12 06:11:15

Subject: [linuxppc-release] [PATCH 1/2] powerpc, e5500: add networking to
defconfig

Even though support for the p5020's on-chip ethernet is not yet upstream,
it is not appropriate to disable all networking support (including
loopback, unix domain sockets, external ethernet devices, etc) in the
defconfig.  The networking settings are taken from mpc85xx_smp_defconfig,
minus the drivers for ethernet devices not found on any current e5500 chip=
.
quoted hunk
The other changes are the result of running "make savedefconfig".

Signed-off-by: Scott Wood <redacted>
---
arch/powerpc/configs/e55xx_smp_defconfig |   38 ++++++++++++++++++++++---
----
1 files changed, 29 insertions(+), 9 deletions(-)
diff --git a/arch/powerpc/configs/e55xx_smp_defconfig
b/arch/powerpc/configs/e55xx_smp_defconfig
index 9fa1613..f4c5780 100644
--- a/arch/powerpc/configs/e55xx_smp_defconfig
+++ b/arch/powerpc/configs/e55xx_smp_defconfig
@@ -6,10 +6,10 @@ CONFIG_NR_CPUS=3D2
CONFIG_EXPERIMENTAL=3Dy
CONFIG_SYSVIPC=3Dy
CONFIG_BSD_PROCESS_ACCT=3Dy
+CONFIG_SPARSE_IRQ=3Dy
Hi Scott,

I remember in previous testing that this option has a negative effect on pe=
rformance.  Do we really need it to be enabled?

- Leo

Re: [linuxppc-release] [PATCH 1/2] powerpc, e5500: add networking to defconfig

From: Scott Wood <hidden>
Date: 2011-05-12 15:31:25

On Thu, 12 May 2011 01:11:03 -0500
Li Yang-R58472 [off-list ref] wrote:
quoted
Subject: [linuxppc-release] [PATCH 1/2] powerpc, e5500: add networking to
defconfig

Even though support for the p5020's on-chip ethernet is not yet upstream,
it is not appropriate to disable all networking support (including
loopback, unix domain sockets, external ethernet devices, etc) in the
defconfig.  The networking settings are taken from mpc85xx_smp_defconfig,
minus the drivers for ethernet devices not found on any current e5500 chip.

The other changes are the result of running "make savedefconfig".

Signed-off-by: Scott Wood <redacted>
---
arch/powerpc/configs/e55xx_smp_defconfig |   38 ++++++++++++++++++++++---
----
1 files changed, 29 insertions(+), 9 deletions(-)
diff --git a/arch/powerpc/configs/e55xx_smp_defconfig
b/arch/powerpc/configs/e55xx_smp_defconfig
index 9fa1613..f4c5780 100644
--- a/arch/powerpc/configs/e55xx_smp_defconfig
+++ b/arch/powerpc/configs/e55xx_smp_defconfig
@@ -6,10 +6,10 @@ CONFIG_NR_CPUS=2
CONFIG_EXPERIMENTAL=y
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
+CONFIG_SPARSE_IRQ=y
Hi Scott,

I remember in previous testing that this option has a negative effect on performance.  Do we really need it to be enabled?
I didn't change this setting, it just moved due to running it through
savedefconfig.

-Scott

Re: [linuxppc-release] [PATCH 1/2] powerpc, e5500: add networking to defconfig

From: Scott Wood <hidden>
Date: 2011-05-12 15:32:53

On Thu, 12 May 2011 10:31:08 -0500
Scott Wood [off-list ref] wrote:
On Thu, 12 May 2011 01:11:03 -0500
Li Yang-R58472 [off-list ref] wrote:
quoted
quoted
diff --git a/arch/powerpc/configs/e55xx_smp_defconfig
b/arch/powerpc/configs/e55xx_smp_defconfig
index 9fa1613..f4c5780 100644
--- a/arch/powerpc/configs/e55xx_smp_defconfig
+++ b/arch/powerpc/configs/e55xx_smp_defconfig
@@ -6,10 +6,10 @@ CONFIG_NR_CPUS=2
CONFIG_EXPERIMENTAL=y
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
+CONFIG_SPARSE_IRQ=y
Hi Scott,

I remember in previous testing that this option has a negative effect on performance.  Do we really need it to be enabled?
I didn't change this setting, it just moved due to running it through
savedefconfig.
What was the performance impact?

-Scott

RE: [linuxppc-release] [PATCH 1/2] powerpc, e5500: add networking to defconfig

From: Li Yang-R58472 <hidden>
Date: 2011-05-13 10:36:31

Subject: Re: [linuxppc-release] [PATCH 1/2] powerpc, e5500: add networking
to defconfig

On Thu, 12 May 2011 10:31:08 -0500
Scott Wood [off-list ref] wrote:
quoted
On Thu, 12 May 2011 01:11:03 -0500
Li Yang-R58472 [off-list ref] wrote:
quoted
quoted
diff --git a/arch/powerpc/configs/e55xx_smp_defconfig
b/arch/powerpc/configs/e55xx_smp_defconfig
index 9fa1613..f4c5780 100644
--- a/arch/powerpc/configs/e55xx_smp_defconfig
+++ b/arch/powerpc/configs/e55xx_smp_defconfig
@@ -6,10 +6,10 @@ CONFIG_NR_CPUS=3D2
CONFIG_EXPERIMENTAL=3Dy
CONFIG_SYSVIPC=3Dy
CONFIG_BSD_PROCESS_ACCT=3Dy
+CONFIG_SPARSE_IRQ=3Dy
Hi Scott,

I remember in previous testing that this option has a negative effect
on performance.  Do we really need it to be enabled?
quoted
I didn't change this setting, it just moved due to running it through
savedefconfig.
What was the performance impact?
It adds CPU cycles to the interrupt handling path.  Will cause performance =
drop for benchmarks with large amount of interrupts such as IP forwarding.

- Leo

Re: [PATCH 1/2] powerpc,e5500: add networking to defconfig

From: Kumar Gala <hidden>
Date: 2011-05-19 06:01:29

On May 10, 2011, at 1:01 PM, Scott Wood wrote:
Even though support for the p5020's on-chip ethernet is not yet =
upstream,
it is not appropriate to disable all networking support (including
loopback, unix domain sockets, external ethernet devices, etc) in the
defconfig.  The networking settings are taken from =
mpc85xx_smp_defconfig,
minus the drivers for ethernet devices not found on any current e5500
chip.
=20
The other changes are the result of running "make savedefconfig".
=20
Signed-off-by: Scott Wood <redacted>
---
arch/powerpc/configs/e55xx_smp_defconfig |   38 =
++++++++++++++++++++++-------
1 files changed, 29 insertions(+), 9 deletions(-)
applied to next

- k=
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help