20171226_jeffrey - silenceuncrio/diary GitHub Wiki

0905

聽到 ariel ε’Œ john εœ¨θ¨Žθ«– smartbits 打 vlan packet ε°Žθ‡΄ M300 ι‡ε•Ÿηš„ε•ι‘Œ

ι€™ε’Œζ—₯前 ipsec ι€ ζˆη³»η΅±ι‡ε•Ÿιƒ½ζœ‰η›ΈεŒηš„ζ‡·η–‘

就是 socket buffer

ε› η‚Ί socket buffer ε‘žθ»Šε°Žθ‡΄ promsg 也呞車

ι€ εΈΈεΈΈζ™‚ι–“ζ²’ζœ‰δΊΊεŽ» kick watchdog ε°Žθ‡΄ι‡ι–‹ζ©Ÿ

η†θ«–δΈŠ promsg ε¦‚ζžœδΈη”¨ unix socket 改用 POSIX message queue 應該可δ»₯ιΏε…ζ­€ι‘žηš„ε•ι‘Œ

1020

εˆ‡ε›ž develop ηΉΌηΊŒι€²θ‘Œ GRE tunnels

commit 0e8617ff7a5d29ffff19bd7c886fcc2aa77a0876
Author: jeffrey <[email protected]>
Date:   Tue Dec 26 10:16:26 2017 +0800

    modify kernel configuration - "IP: GRE tunnels over IP"
    - Networking support
      - Networking options
        - IP: GRE demultiplexer
        - IP: GRE tunnels over ip

 meta-proscend/recipes-kernel/linux/files/m300_defconfig | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

1030

commit 684deece52f32ecc998e61f8c38cbe25f90dbe99
Author: jeffrey <[email protected]>
Date:   Tue Dec 26 10:27:48 2017 +0800

    change the default 'hw_mcsv':
    - NAND Flash: use model name 'M300-G/M301-G' as default 'S/W MCSV' - 0136
    - eMMC: use model name 'M300-TG/M301-TG' as default 'S/W MCSV' - 0168

 proscend/memory_fs/emmc/default/rootfs/etc/rc.local      | 2 +-
 proscend/memory_fs/nandflash/default/rootfs/etc/rc.local | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

1310

commit 25e13569ac66c68ba54756c5bedd7def38ba83bc
Author: jeffrey <[email protected]>
Date:   Tue Dec 26 13:10:34 2017 +0800

    add jeffrey part to release note

 M30x-ReleaseNotes.txt          | 4 ++++
 M30x-ReleaseNotes_Azuretec.txt | 4 ++++
 M30x-ReleaseNotes_CTC.txt      | 4 ++++
 M30x-ReleaseNotes_CXR.txt      | 4 ++++
 M30x-ReleaseNotes_LITE.txt     | 4 ++++
 M30x-ReleaseNotes_Planet.txt   | 4 ++++
 M30x-ReleaseNotes_WIDE.txt     | 4 ++++
 7 files changed, 28 insertions(+)

1530

ι‚Šζ•΄η† GRE tunnels over IP proposal ι‚Šη†θ§£θ©²εŠŸθƒ½

1545

commit b9bfd7879af497e6c15c33b7e4e84cc7ff9e0e68
Author: jeffrey <[email protected]>
Date:   Tue Dec 26 15:43:26 2017 +0800

    add 'PROSRC_GRE' compile flag for GRE function

 proscend/mconfig/Config.in                              | 1 +
 proscend/mconfig/configs/Azuretec/0_LTR-101/defconfig   | 1 +
 proscend/mconfig/configs/Azuretec/1_LTRG-101/defconfig  | 1 +
 proscend/mconfig/configs/Azuretec/2_OLTR-103/defconfig  | 1 +
 proscend/mconfig/configs/Azuretec/3_OLTRG-103/defconfig | 1 +
 proscend/mconfig/configs/LITE/0_GENERIC/defconfig       | 1 +
 proscend/mconfig/configs/LITE/1_GPS/defconfig           | 1 +
 proscend/mconfig/configs/LITE/2_APN2/defconfig          | 1 +
 proscend/mconfig/configs/M300/0_GENERIC/defconfig       | 1 +
 proscend/mconfig/configs/M300/1_GPS/defconfig           | 1 +
 proscend/mconfig/configs/M300/2_PLANET/defconfig        | 1 +
 proscend/mconfig/configs/M300/3_GPS_PLANET/defconfig    | 1 +
 proscend/mconfig/configs/M300/4_CTCU/defconfig          | 1 +
 proscend/mconfig/configs/M300/5_GPS_CTCU/defconfig      | 1 +
 proscend/mconfig/configs/M300/6_CXR/defconfig           | 1 +
 proscend/mconfig/configs/M300/7_GPS_CXR/defconfig       | 1 +
 proscend/mconfig/configs/M300E/0_GENERIC/defconfig      | 1 +
 proscend/mconfig/configs/M300E/1_GPS/defconfig          | 1 +
 proscend/mconfig/configs/M300E/2_CTCU/defconfig         | 1 +
 proscend/mconfig/configs/M300E/3_GPS_CTCU/defconfig     | 1 +
 20 files changed, 20 insertions(+)

1515

commit 4997bde1f4422de9f33d4f5db0b6df313a5b3cac
Author: jeffrey <[email protected]>
Date:   Tue Dec 26 17:13:37 2017 +0800

    add MODULE_GRE icos module
    - apply function not implement yet

 .../default/rootfs/home/factory/icos/gre/gre.json  |   7 +
 proscend/prosrc/icos/icoslib/Makefile              |   5 +
 proscend/prosrc/icos/icoslib/entry.c               |   7 +
 proscend/prosrc/icos/icoslib/gre/Makefile          |  14 +
 proscend/prosrc/icos/icoslib/gre/gre.c             | 321 +++++++++++++++++++++
 proscend/prosrc/icos/include/icos_common.h         |   1 +
 proscend/prosrc/icos/include/icos_module.h         |   1 +
 proscend/prosrc/icos/include/module_gre.h          |  25 ++
 8 files changed, 381 insertions(+)