Changes between Initial Version and Version 1 of krg_krg64


Ignore:
Timestamp:
Mar 22, 2008, 1:53:42 PM (17 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified krg_krg64

    v1 v1  
     1= krg64 note =
     2This krg2.2.1 patch memo is for debian4.0 etch amd64 (kernel_2.6.20),and please take Rock Kuo's  [http://trac.nchc.org.tw/grid/wiki/krg_DRBL How to deploy kerrighed nodes massively using DRBL ?] for the primary installation guide based on what you have to run on 64-bit machines.[[BR]]
     3
     4After kerrighed 2.2.1 patched to kernel 2.6.20.[[BR]]
     5
     6Source: /linux-2.6.20-krg/include/linux/ipc_util.h[[BR]]
     7Add: #include <linux/init.h>[[BR]]
     8
     9Source: /linux-2.6.20-krg/include/kerrighed/sched.h & /kerrighed/epm.c[[BR]]
     10Add:[[BR]]
     11#include <kerrighed/syscalls.h>[[BR]]
     12#include <kerrighed/signal.h>[[BR]]
     13#include <kerrighed/sched.h>[[BR]]
     14
     15Source: /linux-2.6.20-krg/kerrighed/mm.c[[BR]]
     16Add:[[BR]]
     17#include <asm/tlbflush.h>[[BR]]
     18
     19Source:/usr/src/kerrighed-2.2.1/modules/rpc/rpclayer.c -> modify 386~392行 [[BR]]
     20Solution:[[BR]]
     21
     22memcpy(data, desc_recv->iter->data, desc_recv->iter->size);[[BR]]
     23}else {[[BR]]
     24[[BR]]
     25printk(”unsufficient room for received packet (%d %lu-%lu)!\n”,[[BR]]
     26[[BR]]
     27desc->rpcid, desc->desc_id, desc_recv->iter->seq_id);[[BR]]
     28[[BR]]
     29BUG();[[BR]]
     30[[BR]]
     31}[[BR]]
     32
     33Caution !!!
     34
     35Current Problem:[[BR]]
     36
     37Q: kerrighed: Unknown symbol alloc_page_vma[[BR]]
     38Sol: CONFIG_NUMA is not set[[BR]]
     39
     40Q: kerrighed: Unknown symbol free_ipc_ns[[BR]]
     41Sol: CONFIG_IPC_NS is not set[[BR]]
     42
     43PS:[[BR]]
     44If you met TPIC problem , and the network adapter is Intel® PRO/1000 PT Dual Port Server Adapter.Recommand to update the driver with network option “e1000″ built in module in kernel options,and close TPIC options.[[BR]]