Αγαπητοί φίλοι και φίλες,
Σας προσκαλούμε να γιορτάσουμε μαζί τα 20α γενέθλια του AVclub.
Το Σάββατο 10 Οκτωβρίου, από τις 18:00 θα πραγματοποιήσουμε το πάρτι των γενεθλίων του φόρουμ μας στο Peñarrubia Lounge.
Δηλώστε τη συμμετοχή σας εδώ, θα χαρούμε πολύ να σας δούμε από κοντά.
###### SHARES ######
[phileserve]
comment = home storage
path = /mnt/usb-disks
valid users = @users
force group = users
create mask = 0664
directory mask = 0775
force create mode = 0664
force directory mode = 0775
read only = no
read raw = yes
write raw = yes
strict locking = no
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=131072 SO_SNDBUF=131072
min receivefile size = 16384
use sendfile = true
aio read size = 16384
aio write size = 16384
getwd cache = yes
[root@phileserve usb-disks]# ls
disk1
[root@phileserve usb-disks]#
#SAMBA Share - Share using username/password
//10.0.0.150/phileserve/disk1/Music /mnt/nas-samba cifs username=xxxx,password=xxxx,ro,iocharset=utf8,nolock,noauto,x-systemd.automount,x-systemd.device-timeout=10,sec=ntlm
systemctl disable devmon@root
systemctl stop devmon@root
systemctl disable avahi-daemon
systemctl stop avahi-daemon
systemctl start devmon@root
# IRQ affinity optimization - Do not apply it if you are using Raspberry Pi 2 !!!
#/usr/bin/irq-archphile
# set affinity of MPD in one core - choose values from 0-3
#taskset -c -p 2 $(pidof mpd)
#!/bin/bash
# Cores 1 2 3 4 have to be put as 1 2 4 8
# USB bus
echo "8" > /proc/irq/62/smp_affinity
echo "8" > /proc/irq/63/smp_affinity
# Ethernet
echo "2" > /proc/irq/40/smp_affinity
isolcpus=2
taskset -c -p 2 $(pidof mpd)
taskset -c -p 2 $(pidof mpd)
taskset -c -p 0 $(pidof ympd)
taskset -c -p 0 $(pidof rngd)
taskset -c -p 0 $(pidof systemd-journald)
taskset -c -p 0 $(pidof systemd-logind)
taskset -c -p 0 $(pidof systemd-udevd)
taskset -c -p 0 $(pidof dbus-daemon)
taskset -c -p 0 $(pidof init)
taskset -c -p 0 $(pidof lircd)
- 1o core --> έχει όλη τη "σαβούρα"
- 2ο core --> ασχολείται με τα interupts του ethernet
- 3o core --> ασχολείται μόνο με τον MPD
- 4o core --> ασχολείται μόνο με τα interrupts του USB bus
Hardware IRQ affinity isn't possible due to the way that the interrupt controller has been implemented.
Because the entirety of the hardware apart from the A7s is untouched, the BCM2835 interrupt routing is still in place. This exposes two lines (nIRQ and nFIQ) that go into the A7 interrupt routing. There is no vectored interrupt controller implemented for the A7s - a simple register-based interface is used to route the global top-level interrupt to a specific core, therefore a single core will get all interrupts and have to service them.








We use essential cookies to make this site work, and optional cookies to enhance your experience.